Viewing 15 posts - 16 through 30 (of 40 total)
Ofcourse. I just missed it while copy-paste. As i said the question was i wanted to trace what transactions/sp cause deadlocks on my server. What could be the best possible way...
June 19, 2007 at 6:30 am
Oops i missed it.
Events: Lockdeadlock & lockdeadlock chain
Datacols: event class, start/end time,object id, object type,spid,host,text data
June 18, 2007 at 1:19 pm
But that lists out everything including sleeped users. I am more interested to know what are the users that are currently actively connected to my server.
June 18, 2007 at 9:56 am
Its the default of -1. I just want to setup deadlock alert. Can you show me how i can do this??
May 29, 2007 at 8:49 am
I forgot to mention:
I did all these settings on Server A, Restart DTC,SQL Agent and reboot the system as well.
One more thing server A in win 2003 & server b...
May 25, 2007 at 8:41 am
Probably i would like to do this thru performance monitor alerts. Any idea?
May 17, 2007 at 10:20 am
Full Backup:
BACKUP DATABASE [ABC] TO [ABC_BackUp] WITH INIT, NAME = 'Full Bkp'
Verify Backup:
RESTORE VERIFYONLY
FROM DISK = 'F:\Database Backup\User Databases\ABC\ABC.BAK'
Above is the backup script, sometimes the full backup takes very long...
May 10, 2007 at 6:43 am
My backup schedule is full-diff-tlog bkp. Sometimes my Diff backup takes long time and resulting error: error in reading bkp device. I don't understand why this happens.
May 9, 2007 at 11:57 am
Thanks. The job x is actually a backup job which need to restrict to 60 mins.
May 9, 2007 at 9:34 am
I mean to say what we need to look for. It simply gives the sequence of backups created as similar to ;RESTORE HEADERONLY FROM ABC_BackUP? Also what could be the...
April 26, 2007 at 9:17 am
Further, one thing i need to mention that during that day the TLog backup failed once but on its next run it succeeded. See the error below when it failed;
April 26, 2007 at 8:25 am
I checked the log but could not find any info. Also the table backupset doesnot give much help.
April 25, 2007 at 2:58 pm
I even tried recreating the whole bkp and this time again i could not restore file 4 (TLog bkp file). I checked all truncate log is never runned. Why i...
April 24, 2007 at 2:07 pm
Viewing 15 posts - 16 through 30 (of 40 total)