What is the diffrence between update_one and auto_fix?

Answers were Sorted based on User's Feedback



What is the diffrence between update_one and auto_fix?..

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

What is the diffrence between update_one and auto_fix?..

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

What is the diffrence between update_one and auto_fix?..

Answer / manoj pandey

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

Post New Answer

More SQL Server Interview Questions

What is #table in sql server?

0 Answers  


Can you roll back the ddl statement in a trigger?

0 Answers  


What is indexing explain it with an example?

0 Answers  


How many types of triggers are there?

0 Answers  


How to manipulate data from one table to another table ?

0 Answers   MCN Solutions,






What is user-defined function?

0 Answers  


What is relationship? What number of sorts of relationship are there?

0 Answers  


How to see existing views in ms sql server?

0 Answers  


Explain primary key?

0 Answers  


What is the purpose of self join?

0 Answers  


What is database mirroring?

0 Answers  


What command do we use to rename a db?

5 Answers   IBM,


Categories