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

    Connection strings for SQL Server. Connect using Microsoft.Data.SqlClient, SqlConnection, MSOLEDBSQL, SQLNCLI11 OLEDB, SQLNCLI10 OLEDB, SQLNCLI OLEDB.

  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. How can I set an SQL Server connection string? - Stack Overflow

    May 8, 2017 · Actually you can use the SqlConnectionStringBuilder class to build your connection string. To build the connection string, you need to instantiate an object from that SqlConnectionStringBuilder and set their properties with the parameters you use to …

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

  5. SQL server connection string examples in C# & XML

    Jul 15, 2024 · In this article, I have provided various samples of using SQL server connection string in C#, to connect asp.net web applications, console or using SQL server connection string using integrated security.

  6. SQL Server connection string - T-SQL Tutorial

    Here is an example of a SQL Server connection string: Server=myserver;Database=mydatabase;User=myuser;Password=mypassword; 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.

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

  8. How to Establish a C# SQL Server Connection String - Web Dev …

    Aug 7, 2024 · When working with C# and SQL Server, establishing a connection between your application and the database is essential. In this guide, we will walk you through the process of creating a C# SQL Server connection string, sharing best practices and examples along the way.

  9. C# Sql Server Connection String Examples | Restackio

    Apr 21, 2025 · These examples illustrate how to create various C# SQL Server connection strings tailored to different authentication methods and requirements. For more detailed information, refer to the official Microsoft documentation on connection strings .

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

  11. Some results have been removed
Refresh