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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 job running slow

Author  Topic 

kpsreenath
Yak Posting Veteran

52 Posts

Posted - 2006-02-25 : 18:01:30
Hi
I have regular complaints from the users that a job is running slow during 12:30 am to 1:30 am. This is a critical daily job, but the delay doenst happen regularly.I checked the cpu and sever performance and everything looks fine during this time.These processes are running on the same database during that particular time.Not sure whether these processes are creating problem or not
1) checkpoint
2) ghost cleanup
I checked the other processes, but there is nothing which is blocking the job on the same database.
Is there anyway we can avoid this
Thanks
Sreenath

JoeNak
Constraint Violating Yak Guru

292 Posts

Posted - 2006-02-27 : 10:52:16
Sounds like you might want to run a trace to see what's actually going on during this time.
Go to Top of Page
   

- Advertisement -