ssms connect with connection string

Solutions on MaxInterview for ssms connect with connection string by the best coders in the world

showing results for - "ssms connect with connection string"
Romina
22 Sep 2018
1Given the connection string:
2
3Data Source=tcp:xxxxxxx.database.windows.net,1433;Initial Catalog=DatabaseName;User ID=zzzzz@xxxxxxx;Password=aaaaaa;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;Application Name=YourAppName;
4Connection screen shot
5
6Server name: xxxxxxx.database.windows.net,1433 "xxxxxxx" represents the server name
7
8Login: zzzzz@xxxxxxx "zzzzz" represents your username, and "xxxxxxx" the server name
9
10Password: aaaaaa represents your real password