About 52 results
Open links in new tab
  1. 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 …

  2. How to get the connection String from a database

    May 7, 2012 · I have created a database with SQL Server Management Studio, I would like to now use it in my C# application. I need the connection string? Where can I find the connection string, and where …

  3. "Server" vs "Data Source" in connection string - Stack Overflow

    Feb 22, 2013 · I'm new to SqlServer, right now I have SqlLocalDb installed to work locally. Good, but I can see two connection strings typically and both works: Data Source=(localdb)\\v11.0;Integrated …

  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. How to specify a port number in SQL Server connection string?

    Mar 14, 2011 · 4 The correct SQL connection string for SQL with specify port is use comma between ip address and port number like following pattern: xxx.xxx.xxx.xxx,yyyy

  6. Connection to SQL Server using Microsoft Entry MFA via sqlalchemy …

    May 21, 2025 · I am writing a python script that connects to Azure Serverless SQL and exports the rows for a given query. I am using sqlalchemy. I build the connection string connection_string = …

  7. Connection string using Windows Authentication - Stack Overflow

    For connecting to a sql server database via Windows authentication basically needs which server you want to connect , what is your database name , Integrated Security info and provider name.

  8. Invalid value specified for connection string attribute

    Feb 10, 2020 · So it looks the connectionstrings sql server main page shows you the connection string for .Net libraries. If you click on any of the pages for a specific version of the driver under "ODBC …

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

    Nov 22, 2018 · Learn how to set up a connection string in ASP.NET to connect to a SQL Server database effectively.

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