adspace


Where sql server user names and passwords are stored in sql server? : sql server database administration

Answer Posted / Jitendra Prasad

SQL Server usernames and passwords are not stored directly in the database, but they are encrypted using the master key and stored in the sys.sql_logins catalog view.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a coalesce function?

1283


Is it possible to have clustered index on separate drive from original table location?

1040


What is subquery? Explain the properties of a subquery?

1059


Why and when do stored procedure recompile?

1061


What is in place upgrade in sql server?

1126


Equi join and non equi join is possible with sql server?

1134


How to connect php with different port numbers?

1189


Why we use the openxml clause?

1079


How to provide default values to function parameters?

1259


How do I create a trace in sql server?

1120


How do I find query history in sql server?

1024


What is a view in sql?

1040


What is standby servers? Explain types of standby servers.

1079


How do I find the sql server version?

1102


How to convert numeric expression data types using the cast() function?

1149