Skip to content

Instantly share code, notes, and snippets.

@MeteSayan
Created September 12, 2023 19:47
Show Gist options
  • Save MeteSayan/7657c0ae5ce2bf4ec13f59cf86ce2ad8 to your computer and use it in GitHub Desktop.
Save MeteSayan/7657c0ae5ce2bf4ec13f59cf86ce2ad8 to your computer and use it in GitHub Desktop.
How To Get MSSQL DB Connection String From Visual Studio

How To Get MSSQL DB Connection String From Visual Studio

1- Open SQL Server Object Explorer

image

2- Right-click on the database whose connection string you want to access and left-click on the properties tab to open the properties.

image

3- Now you can see the connection string in the properties

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment