Last active
November 3, 2016 15:15
-
-
Save vadymberkut/1216b78e439dbe5ec2008c7e8205754a to your computer and use it in GitHub Desktop.
SQLServerExpressConfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#MANAGEMENT STUDIO SERVER NAME | |
.\SQLEXPRESS | |
tcp:medilync-ukwest-db.database.windows.net,1433 | |
#LOCAL SERVER CONNECTION STRING | |
"Data Source=.\\SQLEXPRESS;Initial Catalog=MedilyncSharingDb;Integrated Security=True;Connect Timeout=30;Encrypt=True;Trusted_Connection=True;TrustServerCertificate=True;MultipleActiveResultSets=true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment