Forum Discussion
OLE DB or ODBC error: [DataSource.Error] Microsoft SQL: Execution Timeout Expired.
- 3 years ago
Hello Anonymous ,
Not sure if you are following these points or not but to handle such situations I follow some best practises like:
1. Clear the catche in the desktop file
2. Dont load entire data load only required amount of columns and rows from DB.
3. Dont load all the tables at once, load one by one tables
4. Turn off auto detect relationships in options this will also impact the time.
After using about steps if your problem is resolved, then please mark this reply as solution. Thanks!!
Hello Anonymous ,
Not sure if you are following these points or not but to handle such situations I follow some best practises like:
1. Clear the catche in the desktop file
2. Dont load entire data load only required amount of columns and rows from DB.
3. Dont load all the tables at once, load one by one tables
4. Turn off auto detect relationships in options this will also impact the time.
After using about steps if your problem is resolved, then please mark this reply as solution. Thanks!!