What is the diffrence between update_one and auto_fix?
Answer Posted / aviral nalwat
AUTO_FIX matches based on the user alias in the DB to a
login account.
UPDATE_ONE allows you to specify the alias mapping to the
login account.
See BOL for more detail if needs be.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
How can we delete a table in sql server?
Are resultset updatable?
Differentiate between SQL and ORACLE joins and write their syntax.
What are pages and extents? : SQL Server Architecture
How to convert a table data in XML format in sql server?
What is data source document?
What are triggers in ms sql server?
What is an execution plan? How would you view the execution plan?
What is bookmark link in ssrs?
how many layers of tcp/ip protocol combined of? : Sql server database administration
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
What happens if null values are involved in bitwise operations?
Why use identity in sql server?
What is the difference between a check constraint and a rule?