P
Peter Singer
I'm having serious performance issues in connecting from a Win 2003
Server machine to a SQL Server database on a different Win 2000 Server
machine. There is nothing other than our application running on these
machine. They are connected via 100mb ethernet. I can ping with
sub-1ms response times. In running an .NET Framework exe from the 2003
machine that connects to the database and issues a simple select
statement I get a response instantaneously. If I try and do the same
thing from a web service I get an unacceptably slow response. It
exhibits this behavior if I use ODBC or DataDirect .NET providers. If
I install the web service on the 2000 machine (which would make the
SQL Server database local to it) I don't see any delay either.
The Profiler in SQL Server shows sub-10ms responses for the select
statements. There are AUDIT LOGOUT events that show 500-700ms reponse
times. Can anyone shed any light on what that means?
Is IIS_WPG having some sort of authentication delay in attempting to
connect to the to the other server? Anyone have any other ideas?
Server machine to a SQL Server database on a different Win 2000 Server
machine. There is nothing other than our application running on these
machine. They are connected via 100mb ethernet. I can ping with
sub-1ms response times. In running an .NET Framework exe from the 2003
machine that connects to the database and issues a simple select
statement I get a response instantaneously. If I try and do the same
thing from a web service I get an unacceptably slow response. It
exhibits this behavior if I use ODBC or DataDirect .NET providers. If
I install the web service on the 2000 machine (which would make the
SQL Server database local to it) I don't see any delay either.
The Profiler in SQL Server shows sub-10ms responses for the select
statements. There are AUDIT LOGOUT events that show 500-700ms reponse
times. Can anyone shed any light on what that means?
Is IIS_WPG having some sort of authentication delay in attempting to
connect to the to the other server? Anyone have any other ideas?