About 64 results
Open links in new tab
  1. How can I set an SQL Server connection string? - Stack Overflow

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

  2. Setting up connection string in ASP.NET to SQL SERVER

    Learn how to set up a connection string in ASP.NET to connect to a SQL Server database effectively.

  3. How do I create connection string with App Registration/Service ...

    Nov 4, 2025 · How do I create connection string with App Registration/Service Principal for a Web API using EF Core app with SQL Server using Microsoft Entra MFA Asked 3 months ago Modified 3 …

  4. What SQL Server connection string works with .NET Framework 4.5 in ...

    Sep 16, 2024 · The app needs to connect to a SQL Server database in the Azure account. The Azure UI shows a variety of connection strings to use with the database. But none of them work. I put the …

  5. Sql connection-string for localhost server - Stack Overflow

    Dec 27, 2013 · I need to know what is the exact connection string for my localhost, if my server name looks like as below: Data Source=HARIHARAN-PC\SQLEXPRESS;Initial Catalog=master;Integrated …

  6. What is the format of a SQLConnection connection string?

    Jul 7, 2018 · Catalog is a different name for database, you're connecting to a SQL server and use catalog to specify the database which you want to access. Server type is either SQL or Windows …

  7. connection string - MS SQL Server Availability group listener port ...

    Aug 8, 2024 · The port can be either the listener port or the underlying SQL Server port that it's configured to listen on. In this documentation there were practical examples of connection strings if …

  8. The ConnectionString property has not been initialized in .NET 8 with ...

    Nov 28, 2023 · I am working on a .NET 8 application using Entity Framework Core 8 and targeting SQL Server 2022 (Express Edition). Despite having a correct connection string in my appsettings.json, I …

  9. c# - Using Encrypt=yes in a Sql Server connection string -> "provider ...

    Sep 9, 2010 · I'm using Encrypt=yes in a SQL Server connection string, as I need the TCPIP traffic to be encrypted, but on opening the connection I get an error: A connection was successfully established …

  10. sql - C# SqlConnection ConnectionString - Stack Overflow

    Could someone please help me in finding the correct SQL Connection String to connect to my database in C#. The database I wish to connect to is shown in the following screenshot from SQL Management