About 814,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 · This tutorial, will show different ways to connect to Microsoft SQL Server using different connection string properties in .NET. In ADO.NET you can create connections several …

  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 …

  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 …

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

  6. How to get the connection String from a database

    May 7, 2012 · Open SQL Server Management Studio and run following query. You will get connection string: 'data source=' + @@servername +. ';initial catalog=' + db_name() +. case …

  7. SQL Server 2019 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 …

  8. Creating a Connection String and Working with SQL Server LocalDB

    Jun 30, 2022 · In this section we'll explicitly add a connection string in the Web.config file of the application. LocalDB is a lightweight version of the SQL Server Express Database Engine that …

  9. All SQL Server SqlConnection Properties - ConnectionStrings.com

    There are plenty of combinations when creating an SQL Server connection string. This reference table explains each option available per keyword. This table shows all connection string …

  10. Learn about SQL Server Connection String Options with …

    Jan 4, 2022 · Database Connection Strings provide information on a data source and how to connect to it. The purpose of a SQL Server Connection String is to tell an application which …

  11. Some results have been removed
Refresh