About 447,000 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.), …

  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 …

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

  4. What SQL Server connection string works with .NET Framework …

    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 …

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

  6. c# - Using Encrypt=yes in a Sql Server connection string -> …

    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 …

  7. how to set the query timeout from SQL connection string

    Jul 29, 2009 · You have always been able to specify the Connect Timeout via the SqlClient connection string, this applies to establishing a connection with the database server, not …

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

  9. python - How do I connect to SQL Server via sqlalchemy using …

    71 sqlalchemy, a db connection module for Python, uses SQL Authentication (database-defined user accounts) by default. If you want to use your Windows (domain or local) credentials to …

  10. Connection string for Linked Servers Database - Stack Overflow

    Apr 24, 2018 · I have created a "Link Server" in my SQL server 2012. Now I want to get data from a table which is under a "Link Server". So for that, what will be the connection string to connect …