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
What is a coalesce function?
Is it possible to have clustered index on separate drive from original table location?
What is subquery? Explain the properties of a subquery?
Why and when do stored procedure recompile?
What is in place upgrade in sql server?
Equi join and non equi join is possible with sql server?
How to connect php with different port numbers?
Why we use the openxml clause?
How to provide default values to function parameters?
How do I create a trace in sql server?
How do I find query history in sql server?
What is a view in sql?
What is standby servers? Explain types of standby servers.
How do I find the sql server version?
How to convert numeric expression data types using the cast() function?