views:

13

answers:

2

This is regarding SQL server 2008 management studio..

I connect to different environment DB and every time I launch the Sql management console, I have to sign up every time to get those connections back in object explorer. Is there a way I could persist the connection so I don't have to login every time to different environments?

+2  A: 

You can register the servers, type CTRL + ALT + G, add the server you want and next time, go to registered servers, right click the one you want and select new query

SQLMenace
Thanks !!!!!!!!!
dotnet-practitioner
A: 

As @SQLMenace said, you can register the servers.
Look at View -> Registered Servers option.

shahkalpesh

related questions