This is a discussion on Timeout Problem within the SQL Server forums, part of the Database category; I have written number of queries for scheduling of jobs in my database. But some of my queries give timeout. ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Timeout Problem
I have written number of queries for scheduling of jobs in my database. But some of my queries give timeout. I am using SQL 2000 Server Enterprise Edition. Can someone mention the reasons for getting timeout and how to resolve the same which would help me to try out to resolve my current problem?
|
|
|||
|
One of the reasons for timeout is your query runs for longer time and so getting timed out. For resolving the problem of timeout you need to do proper indexing on tables which will help you to fetch results in quicker time with greater performance on database. At least check the indexes of all tables you are using the query to resolve your problem of timeout.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Artificial Intelligence FAQ:1/6 General Questions & Answers [Monthly posting] | Ric Crabbe and Amit Dubey | Tech FAQ | 0 | 06-02-2004 12:12 AM |
| Artificial Intelligence FAQ:1/6 General Questions & Answers [Monthly posting] | Ric Crabbe and Amit Dubey | Tech FAQ | 0 | 05-05-2004 03:13 PM |
| Apple II Csa2 FAQs: Error List, Part 8/25 | rubywand@swbell.net | Tech FAQ | 0 | 05-04-2004 09:01 AM |
| PSION Series 3/3a palmtop FAQ part 3/6 | Daniel `HB9VBC' Pfund | Tech FAQ | 0 | 04-17-2004 07:27 AM |
| Solving Lazy Initialization and double checked locking problem | Vinay Aggarwal | Software Patterns | 19 | 02-18-2004 04:34 PM |