Viewing 15 posts - 16 through 30 (of 102 total)
MANU (7/30/2008)
Can you try changing the table type from User to System by making use of following stored procedure:
In Sql Server 2000--master.dbo.sp_MS_upd_sysobj_category...
July 30, 2008 at 11:44 am
bfarley (7/30/2008)
July 30, 2008 at 9:34 am
Definitely a good chuckle and it also strikes me that while I have a great plan to use a nice process to correctly identify data needed to complete a change,...
May 14, 2008 at 5:01 am
Steve, thanks for the info it is nice to actually know that.
Ironically we do have two time sources to synch from, and they do (hence the problem), and...
December 4, 2007 at 10:13 am
Well we do have automatic time synching as my problematic node just synched time, so my guess is time has been changing and leading to end times before start times.
Annoying....
December 4, 2007 at 9:14 am
Steve Jones - Editor (12/4/2007)
December 4, 2007 at 8:54 am
Another interesting note: the other node in the cluster is about 5 minutes slower than the node with issues. In fact the node with issues is 5 minutes fast.
December 4, 2007 at 7:58 am
the t-log job normally takes about 3:16 to run so it is not that long.
The other job normally takes about 1 minute, but on the time it failed, a second...
December 4, 2007 at 7:42 am
It is primarily the LiteSpeed transaction backup job, which runs every 15 minutes, but I just found one instance in a job that was manually created to purge the old...
December 4, 2007 at 7:40 am
And to answer the other question, yes the raw data is in the msdb sysjobhistory table where the run duration is negative.
December 4, 2007 at 7:14 am
Ok, let's see the job is a transaction log backup part of a maintenance plan.
The maintenance plan is actually created by LiteSpeed enterprise edition version 4.5.204.
I am running this...
December 4, 2007 at 7:12 am
Thank you both.
First the job has been running for years. Second I thought we dealt with the DST back in the spring on this server.
It is still occuring, any...
December 3, 2007 at 5:42 am
Why do I like SQL Server Central?
Simply put, the writing, the intelligence, and the community.
Every article I have read has been well written and easy to understand. I won't...
October 4, 2007 at 8:57 am
I know that I have some developers who write "run-away" queries that will blow out my tempdb until I am out of disk space. How they do it I don't...
September 5, 2007 at 8:53 am
Hi there, based on what you said had happened, I believe this is the reason:
Database locking and blocking contention.
The optimization jobs lock lots of data and block other transactions from...
September 5, 2007 at 8:41 am
Viewing 15 posts - 16 through 30 (of 102 total)