A
alexbf
Hello,
I have a stored procedure in SQL Server 2000.
When I execute it through my .NET application (OleDbCommand), I can
see (in SQL Profiler) that it takes 423 ms to complete.
If I run the same exact query in Query Analyzer, it takes 216 ms (in
SQL Profiler).
There's no other activity on that server.
Is there an explanation for that time difference?
Thanks,
Alex
I have a stored procedure in SQL Server 2000.
When I execute it through my .NET application (OleDbCommand), I can
see (in SQL Profiler) that it takes 423 ms to complete.
If I run the same exact query in Query Analyzer, it takes 216 ms (in
SQL Profiler).
There's no other activity on that server.
Is there an explanation for that time difference?
Thanks,
Alex