Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does MS SQL Mgmt Studio Express keep forgetting my passwords?

I have about had it with this tool, I check the save password box at the login dialogue but it just doesn't work. Sometimes it will for a few days, and then the password will just be gone. Nearly every time I load this thing up I have to track down the password again and type it in. Is there some password rule in the database that would be causing this? This is driving me absolutely crazy.

like image 785
MetaGuru Avatar asked Mar 18 '09 17:03

MetaGuru


People also ask

What is the default password for SQL Express?

FYI, there is no "default" password for SQL Server's sa account. It gets setup during installation, by you. If you didn't specify mixed mode authentication, then SQL Server is running in Windows Authentication mode, which means you cannot login using sa and a password.

What is the default password for SQL Server Management Studio?

Description. The remote instance of MS SQL / SQL Server has the default 'sa' account enabled without any password.


2 Answers

Same thing here. Use Toad instead. It sucks less. And it can sort, something I found lacking in Mgmt Studio.

like image 178
StuffMaster Avatar answered Sep 23 '22 17:09

StuffMaster


I have the same problem, and some of my colleagues too. Searching tells me that some have the same problem and some doesn't experience it at all.

Microsoft has been aware of this for two years or more, but so far it doesn't appear to be a solution...

MSDN Forums "SQL Server Management Studio 2005 forgets password?"

Here's someone why had some luck by typing in the server name instead of selecting it in the dropdown. (I haven't tried this myself yet.):

eggheadcafe "Management Studio forgets password ("change connection")"

Here's a bug report from 10/2006 that is closed because it's a dupliace, but I haven't been able to find the original bug report...

Microsoft Connect: "'Remember Password' option is not remembered in Registered Server Properties"

like image 40
Guffa Avatar answered Sep 21 '22 17:09

Guffa