About 17,000,000 results
Open links in new tab
  1. How to get the connection String from a database

    May 7, 2012 · On connectionstrings.com you can find the connection string for every DB provider. A connection string is built up with certain attributes/properties and their values. For SQL server 2008, it looks like this (standard, which is what you'll need here): Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;

  2. How to Get Connection String in SQL Server Management Studio?

    Oct 23, 2023 · In this SQL Server tutorial, you will learn how to get connection string in SQL Server Management Studio. Where you will understand connection properties and their meaning. After that, you will understand how to view the connection properties details in SQL Server Management Studio.

  3. How To Get The Connection String From SQL Server

    Jan 1, 2025 · Getting the connection string from SQL server is so easy using SQL query or SQL Server Management Studio, or quering sys.databases and sys.server_principals as explained in this article. Now it is your choice to choose the best methods that suit your requirements.

  4. Get ConnectionString For SQL Server - C# Corner

    Although the first expection is to get Connection String from SSMS, but actually, we cannot. Open SSMS, right click a Database Connection => Properties. Open the Server Properties Window. This is most possible place where I might get the database Connection String.

  5. sql server - Find the connection-string - Stack Overflow

    Dec 1, 2010 · Find your database server and see the connection string details. you might try to get the connection string as following: Double click on it, and a "Data Link Properties" dialog should appear. On "Connections" tab, try various settings and use the "Test Connection" button to test them. Click "Ok" when it works.

  6. How to get SQL Database Connection Strings - FreeCode Spot

    May 4, 2024 · A thorough explanation of how to interpret and acquire SQL Database Connection Strings is given in this article. This post will also show you how to get SQL server database connection string inside Visual Studio IDE.

  7. Can I view my MSSQL connection string from within SQL ... - Server Fault

    Oct 4, 2010 · Data Source / Server in Connection String != @@servername. Local host entries, SQL Client Aliases, and DNS mappings will all report something other than the what is in the Connection String.

  8. SQL Server Connection Strings Reference Guide

    Jan 6, 2025 · Learn how to define a connection string to connect to SQL Server using SqlClient, OLDEDB and ODBC connections for .NET.

  9. SQL Server connection strings - ConnectionStrings.com

    DBMSSOCN=TCP/IP is how to use TCP/IP instead of Named Pipes. At the end of the Data Source is the port to use. 1433 is the default port for SQL Server. Read more here. Why is the Database parameter needed? If the named database have already been attached, SQL Server does not reattach it.

  10. How to get the connection string from sql server?

    Jan 14, 2025 · Getting the connection string from SQL Server is a crucial step in establishing a connection to the database. By following the methods outlined above, you can obtain the correct connection string and avoid common errors.

  11. Some results have been removed
Refresh