Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
srinivas.alwala
Starting Member
30 Posts |
Posted - 2008-03-06 : 05:56:22
|
Hi,I have tried updating the DSN configure option i.e. 30000 milliseconds.But I am still facing the problem of Timeout Expired.I am using sql server 2005 for daily importing data from Excel Dump Files into sql server table.Everyday the database gets updated.The Error mentioned in Subject normally gets once a month, due to daily updation of database whether each table structure gets changed like index, trigger, etc.Kindly let me know how to resolve this error.Regards,Srinivas Alwala |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-03-06 : 13:41:42
|
How to resolve the error:1. Write more efficient queries2. Properly design your database3. Add indexes to support your queries4. Perform database maintenance such as ALTER INDEX and UPDATE STATSTara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|