D
DeeAnn
We've experienced timeout problems with ADO.NET and SQL Server. The
queries being executed via ADO.NET run fine (1-2 seconds) in tools
like Query Analyzer. When DBCC commands are run to re-index tables,
the problem in ADO.NET execution goes away. However, if indexing was
really the root cause, we'd expect to see delayed response times in
all methods used to execute the query, not just ADO.NET.
Does anyone have any insight into what state SQL Server my get in that
would cause this type of behavior? It seems that the comms between
ADO.NET and SQL Server are causing SQL Server to do additional work
then solely executing a query, and that may account for the observed
behavior.
queries being executed via ADO.NET run fine (1-2 seconds) in tools
like Query Analyzer. When DBCC commands are run to re-index tables,
the problem in ADO.NET execution goes away. However, if indexing was
really the root cause, we'd expect to see delayed response times in
all methods used to execute the query, not just ADO.NET.
Does anyone have any insight into what state SQL Server my get in that
would cause this type of behavior? It seems that the comms between
ADO.NET and SQL Server are causing SQL Server to do additional work
then solely executing a query, and that may account for the observed
behavior.