We have a program that uses an ODBC connection to connect to a SQL Server (on a Windows 2K3 Std Server).
As long as the application is running on a Windows 2000 or Windows XP machine, performance is ok. But when we install the program on a Windows 2K3 (for later use through Terminal Services), the performance drops.. alot...
I'm not an ODBC specialist, but we narrowed the problem to the Named Pipes/TCPIP settings of the ODBC connection. When we use Named Pipes, all works fine, but when we use the TCP/IP option, it turns nasty. The transfer rate is constant with Named Pipes, but with TCP/IP it has several random drops.. Using Named Pipes is only an option in our test environment...
Is this a know issue, or are we doing something wrong?
thanks!
As long as the application is running on a Windows 2000 or Windows XP machine, performance is ok. But when we install the program on a Windows 2K3 (for later use through Terminal Services), the performance drops.. alot...
I'm not an ODBC specialist, but we narrowed the problem to the Named Pipes/TCPIP settings of the ODBC connection. When we use Named Pipes, all works fine, but when we use the TCP/IP option, it turns nasty. The transfer rate is constant with Named Pipes, but with TCP/IP it has several random drops.. Using Named Pipes is only an option in our test environment...
Is this a know issue, or are we doing something wrong?
thanks!