Log in to SQL Server 2008 with the SA account, tick remember password, but when you log back in, SQL Server Management Studio cannot remember the password. Later, when you re-login, the login name shows not the SA account, but the other account. Click the drop-down box to find more than one logged-in name. Then try to clear the history. Clearing the history of SQL Server Management Studio is simple, as long as you delete or rename the file SqlStudio.bin. The file is typically in the following directory: C:\Documents and settings\administrator\application data\microsoft\microsoft SQL server\100\tools\shell\ After clearing, reopen SQL Server Management Studio and discover that the logins for those records were gone, and then re-login with the SA account and tick "Remember password". So many times, you can remember the sa password! If the same problem occurs with SQL Server 2005, you can also try the solutions above. The SQL Server 2005 record login file is Mru.dat, and the path is located in C:\Documents and settings\administrator\application Data\Microsoft\Microsoft sql The Server\90\tools\shell\ folder.
SQL Server Management Studio cannot remember passwords