SQL Server connection identification

Posted by andrew007 on Stack Overflow See other posts from Stack Overflow or by andrew007
Published on 2010-06-09T19:45:27Z Indexed on 2010/06/09 19:52 UTC
Read the original article Hit count: 257

Filed under:
|

Hi,

I have several developers which connect to production and test servers where we have DBs with similar names and structures. In SSMS there are info related to the connection, but sometimes are not properly displayed and/or hidden.

I know that it is possible to customize the status bar of each connection in SSMS, but how do you ensure that your developer is connecting to the right server before he runs a query? Is there any way to handle this?

THANKS!

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about SSMS