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



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

Answer / 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

More SQL Server Interview Questions

How to skip remaining statements in a loop block using continue statements?

1 Answers  


How to rename an existing column with the "sp_rename" stored procedure in ms sql server?

1 Answers  


What is the difference between referencing and joining?

1 Answers  


What are a database and a data warehouse?

1 Answers  


How to find the date and time of last updated table?

3 Answers  


Whether the updations made to the views reflect the original records in the table

5 Answers   NIIT,


How can I create a plain-text flat file from SQL Server as input to another application?

2 Answers  


What is the difference between set and select?

1 Answers  


How to use order by with union operators in ms sql server?

1 Answers  


What are extended events in sql server?

1 Answers  


How to provide column names in insert statements in ms sql server?

1 Answers  


Explain what is cte (common table expression)?

1 Answers  


Categories