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

    There is ofcourse many other ways to write the connection string using database mirroring, this is just one example pointing out the failover functionality. You can combine this with the other connection …

    Missing:
    • examples
    Must include:
  2. 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.

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

  4. How can I set an SQL Server connection string? - Stack Overflow

    May 8, 2017 · I'm developing a simple C# application, and I'd like to know this: When I connect my application to SQL Server on my PC, I know the connection string (server name, password, etc.), but …

    Missing:
    • examples
    Must include:
  5. SQL Server connection string

    In this example, "myserver" is the SQL Server instance, "mydatabase" is the name of the database, and "myuser" and "mypassword" are the credentials for SQL Server Authentication. It's important to keep …

  6. Sample database connection strings - docs.rws.com

    Communication between the application server and the database server is (by default) encrypted. A valid certificate issued by a certificate authority (CA) is installed on the Microsoft SQL Server. The …

  7. Connection string examples - Progress.com

    Apr 29, 2025 · See "Using a connection string" for syntax and detailed information for supported connection string types. Note: The options and values described in this section apply to all …

  8. SQL Server 2019 connection strings - ConnectionStrings.com

    Connection strings for SQL Server 2019. Connect using Microsoft.Data.SqlClient, SqlConnection, MSOLEDBSQL, ODBC Driver 17 for SQL Server, OleDbConnection.

    Missing:
    • examples
    Must include:
  9. In-Depth Look at Advanced Authentication and Connection Strings for SQL

    Oct 22, 2025 · Connection strings define how your application connects to the database. Below are examples of the most common authentication mechanisms used in modern SQL Server …

  10. SQL Server Connection Strings | Dan Guzman's Blog

    SQL Server can be accessed using several technologies, each of which has different connection string particulars. Connection strings are provider/driver specific so one first needs to decide on a client API …