約 203,000 件の結果
リンクを新しいタブで開く
  1. How can I set an SQL Server connection string? - Stack Overflow

    2017年5月8日 · 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 …

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

    2024年9月16日 · The default provider in Azure for connection strings should be System when you are working with them in a.NET Framework 4.5.2 application. SQL Server databases can be …

  3. Connection string using Windows Authentication - Stack Overflow

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

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

  5. How to get the connection String from a database

    2012年5月7日 · The easiest way to get the connection string is using the "Server Explorer" window in Visual Studio (menu View, Server Explorer) and connect to the server from that window.

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

    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 (depending on …

  7. How to specify a port number in SQL Server connection string?

    2011年3月14日 · 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

  8. sql server - Max Connection Pool capped at 100 - Database ...

    Here's where I've checked so far: SQL Connection String in Visual Studio 2010 (it's set to 1000) SSMS Database instance connection properties (it's set to 0 [infinity] user connections) …

  9. How to add custom attributes to SQL connection string?

    2014年8月30日 · There is no generalized method to pass custom connection string attributes via Client APIs and retrieve using T-SQL. You have a number of alternatives, though. Below are a …

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

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