About 630,000 results
Open links in new tab
  1. SQL Server connection strings - ConnectionStrings.com

    A Windows CE device is most often not authenticated and logged in to a domain but it is possible to use SSPI or trusted connection and authentication from a CE device using this connection …

  2. Connection string syntax - ADO.NET Provider for SQL Server

    Nov 19, 2024 · Learn about syntax of connection strings in the Microsoft SqlClient Data Provider for SQL Server. The syntax for each provider is documented in its ConnectionString property.

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

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

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

  6. Connection string syntax with an example - dotnetlearning.com

    A connection string is built of key/value pairs, holding information like the server name, database name, authentication method and encryption settings. I have a local installation of SQL Server …

  7. SqlConnection.ConnectionString Property (Microsoft.Data.SqlClient)

    The connection string that includes the source database name, and other parameters needed to establish the initial connection. The default value is an empty string.

  8. connection strings

    All connection strings in one place. Find the syntax for your database connection using ADO.NET, ADO, ODBC, OLEDB, C#, VB, VB.NET, ASP.NET and more.

  9. SQL Server connection string

    In summary, a SQL Server connection string is a fundamental element for establishing a connection to a SQL Server database. It encapsulates the necessary information required to …

  10. Connection String Syntax - ADO.NET | Microsoft Learn

    Aug 23, 2024 · The syntax for a SqlConnection connection string is documented in the SqlConnection.ConnectionString property. You can use the ConnectionString property to get …