1.

Where is the username and password stored in SQL Server?

Answer»

Where is the username and password stored in SQL SERVER?
In SQL Server usernames and passwords are stored in sys.server_principals and sys.sql_logins. BUt one SPECIAL note is that these passwords are ENCODED.



Discussion

No Comment Found