Remove remembered password in SQL Server Management Studio
September 21, 2012 Leave a comment
After entering into SQL Server database via SSMS using remembered password the following error window appeared:
Solution:
Note that, this method will clear all remembered passwords and the connect window will look like this:
If this is what you want, do the following steps:
1. Close SQL Server Management Studio.
2. Delete C:\Users\mkupatadze\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\SqlStudio.bin
3. Re-start SQL Server Management Studio.