Show Connection String in Management Studio

Here is some code I found to show connection string in Management studio http://dba.stackexchange.com/questions/20528/how-to-check-connection-string-in-ssms2012 type this code in Managent Studio SQL Query Window select ‘data source=’ + @@servername +...