1
When ever I launch SQL Management Studio 2014, its connect window opens up with Windows Authentication by default. How do I make it so it should show SA authentication by default?
1
When ever I launch SQL Management Studio 2014, its connect window opens up with Windows Authentication by default. How do I make it so it should show SA authentication by default?
0
Add the server(s) you wish to connect to as Registered Servers in SSMS (MSDN page here), then you can specify the authentication so you do not have to change it from Windows to SQL authentication each time you connect.