Some time ago, I created a new login on my local SQL Server 2008 Express database server called "sa_readonly". Now every time I run SQL Server Management Studio, it displays the "Connect to Server" form, with the default input set to "sa_readonly". This login no longer exists, and I want to change the default account to "sa". How to do it?
source
share