Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delete saved usernames/passwords in SQL Server Management Studio's “Connect to Server” Screen when SqlStudio.bin does not exists?

Tags:

ssms

I want to delete the saved usernames and passwords displayed in the "Connect to Server" screen. In the internet (for example here) I've read that I should delete the file %APPDATA%\Microsoft\Microsoft SQL Server\100\Tools\Shell\SqlStudio.bin, but inside of %APPDATA%\Microsoft\Microsoft SQL Server\ I can't find a folder 100 (only 90and 110). And if I start a search, I also can't find the file SqlStudio.bin in one of these other two folders.

I'm using Windows 7 and version 11.0.1750.32 of Microsoft SQL Server Management Studio.

like image 310
Christopher Avatar asked Dec 09 '22 22:12

Christopher


1 Answers

When digging further into this I found the file at:

%APPDATA%\Microsoft\SQL Server Management Studio\11.0\SqlStudio.bin

like image 140
himalayantechies Avatar answered Dec 28 '22 10:12

himalayantechies