D
DeeAnn
We've experienced problems whereby our database gets into some state
that casues queries to timeout when executed by ADO.NET, but they same
queries still run fine in tools like Query Analyzer. By running the
DBCC commands to update indexes, the problem goes away. However, if
indexes were the root causes, queries would not run well using any
tool. As such, we're trying to understand the underlying cause.
Behavior points to a SQL Server database state that doesn't work well
with ADO.NET. Does anyone have any insights to what is really going on
here? Similar experiences?
that casues queries to timeout when executed by ADO.NET, but they same
queries still run fine in tools like Query Analyzer. By running the
DBCC commands to update indexes, the problem goes away. However, if
indexes were the root causes, queries would not run well using any
tool. As such, we're trying to understand the underlying cause.
Behavior points to a SQL Server database state that doesn't work well
with ADO.NET. Does anyone have any insights to what is really going on
here? Similar experiences?