What is the diffrence between update_one and auto_fix?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / karthik
Only members of the sysadmin fixed server role can specify
the Auto_Fix option. Only members of the sysadmin or
db_owner roles can specify the Update_One option.
| Is This Answer Correct ? | 3 Yes | 1 No |
Both are used as 1st param values with sp_change_users_login
s-proc
This is deprecated, should not be used.
more info: http://msdn.microsoft.com/en-us/library/ms174378.aspx
| Is This Answer Correct ? | 1 Yes | 0 No |
What is self contained scalar sub query?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What are triggers in ms sql server?
What is difference statement and preparedstatement?
What happens if null values are involved in comparison operations?
Find 2nd Highest salery in emp table Select* from emp where &n= select * count from emp where (salery >=emp.salery) Enter n value 2 These query is correct or not. Tell me any other methods.
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
Tell me about builtinadministrator?
Is trigger fired implicitely?
How to provide login information for a new odbc dsn?
Why we use trigger in sql server with example?
What is the function of sql server agent windows service?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)