i have a database driven website written in asp.net. i'd like to modify the connection string to force protocol TCP. Please advise. Thanks!
相关问题
- sql execution latency when assign to a variable
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- What is the best way to cache a table from a (SQL)
- php PDO::FETCH_ASSOC doesnt detect select after ba
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 client network library