About 50,400 results
Open links in new tab
  1. 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.

  2. How to get the connection String from a database - Stack Overflow

    May 7, 2012 · The easiest way to get the connection string is using the "Server Explorer" window in Visual Studio (menu View, Server Explorer) and connect to the server from that window.

  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.

  4. How to Get the Connection String from SQL Server

    Jul 2, 2025 · This article provides a comprehensive guide to retrieving connection strings from SQL Server, covering various scenarios and methods relevant to developers and database administrators.

  5. 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 …

  6. Connect and Query SQL Server Using SSMS | Microsoft Learn

    Nov 3, 2025 · To verify that your SQL Server connection succeeded, expand and explore the objects within Object Explorer where the server name, the SQL Server version, and the username are …

  7. 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.

  8. 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 …

  9. SQL Server connection strings - ConnectionStrings.com

    For ADO to correctly map SQL Server new datatypes, i.e. XML, UDT, varchar (max), nvarchar (max), and varbinary (max), include DataTypeCompatibility=80; in the connection string.

  10. how to get connection string from sql server - SQL Sever Launch

    Dec 21, 2023 · To access the connection string for a SQL Server database in Visual Studio, developers can navigate to the project settings or configuration files where the connection string is typically stored.