Connection with SQL Server generate "Timeout expired"
Maybe start using a T-SQL stored proc for this?
Also in Query Analyzer run the optimizer to see if you missed any
indexes. Either your SQL server is underperforming or not fully
optimized.
DM Unseen
|