Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

timeout expired in SQL Server (newbie)

Status
Not open for further replies.

AdamP

Programmer
Feb 12, 2002
13
0
0
US
How do you increase the time out property for queries in SQL? I keep getting the error: "Microsoft ODB SQL Server Driver Timeout Expired" on a large update query.
 
You can set the timeout value in the ODBC driver. See the ODBC documentation for details.

Have you attempted to optimize the query to avaoid the timeout problem. It is better to optimize than increase timeout values or soon you'll have dozens of slow queries bogging down the server and every query wil run slowly.

Check out the optimizations links at...

Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top