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
How will you go about resolving deadlocks?
Explain the cursor lock types?
Explain about nested stored procedure?
How to use the inserted and deleted pseudo tables?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
What are the different types of triggers in SQL SERVER?
How to convert character strings into numeric values?
What is the purpose of a table?
How to count duplicated values in a column in ms sql server?
can a table be moved to different filegroup? : Sql server administration
Why do we use stored procedures in sql server?
What is sql server database?
How to update muliple row in single query?
How many databases Microsoft SQL server provides?
Explain what are magic tables in sql server?