Where are user names and passwords stored in SQL Server?- They are stored in master db in the sysxlogins table. - The passwords are not stored in plaintext. - To disable the ability to store the user name and password, you must to create a table called MsysConf in the SQL database.
|