Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Changing from named pipes to TCP/IP

Author  Topic 

inkntation
Yak Posting Veteran

54 Posts

Posted - 2001-07-24 : 15:32:59
Im rewriting an application that extensively accesses a db, currently the version in production makes use of a DSN with a named pipes connection to the db using DAO/ODBC. I rewrote all the data access pieces to use ADO/OLEDB. Im currently getting a LOT of timeouts that never happened before. the load on the server isnt especially high (eerr, higher than usual) .. what Im wondering is if not using DSN/Named Pipes would be causing this? I wouldnt think this was the case, but .. any suggestions?

   

- Advertisement -