About 301,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, …

  2. Connection string using Windows Authentication - Stack Overflow

    This Stack Overflow thread discusses how to use a connection string with Windows Authentication in your application.

  3. Force the TCP/IP protocol in connection string - Stack Overflow

    Oct 4, 2021 · 24 You can use server=tcp:hostname in your connection string to achieve this. For more details, see How to use the server name parameter in a connection string to specify the …

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

  5. What is "Connect Timeout" in sql server connection string?

    Nov 17, 2019 · In addition, SqlCommand.CommandTimeout specifies the timeout value of a specific query running on SQL Server, however this is set via the SqlConnection object/setting …

  6. sql server - What is the difference between Integrated Security

    Dec 14, 2023 · Note that connection strings are specific to what and how you are connecting to data. These are connecting to the same database but the first is using .NET Framework Data …

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

  8. sql - Should I set max pool size in database connection string?

    Here is what conn string will look like if you want to increase it to 200: public static string srConnectionString = "server=localhost;database=mydb;uid=sa;pwd=mypw;Max Pool …

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

    Jul 29, 2009 · I want to set the querytimeout from the connection string. not the connection timeout, is it possible?

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