Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Get SQL Server Database Connection String Easily from Visual Studio

0.00/5 (No votes)
14 May 2013 1  
How to get SQL Server database connection string easily from Visual Studio
  1. Before getting to know this, you should know the following details of SQL Server:
    • Server Name
    • Username
    • Password
    • Database name which you want to connect
  2. Open Visual Studio.
  3. Go to view => Server Explorer.
  4. Right click on Data Connections and select Add Connection (or) click on Connect to Database icon.
  5. You will get add connection window.

    Provide Server name.

    Select Use SQL Server Authentication radio button. Then submit the username and password.

    If you enter correct details, you can select the database you want to connect from the “Select or enter a database name” dropdown list.

  6. Click on Test Connection button. If you submit the correct credentials, you will get the Test connection succeeded confirmation message.
  7. Now your connection is working successfully so, now click on ok button. You will get one data connection under Data Connections.
  8. Right click on your connection and select properties.
  9. You will get properties window of your connection. Find Connection String property and select the connection string.
  10. So now your connection string is in your hands you can use it anywhere you want.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here