Forum Replies Created

Viewing 15 posts - 16 through 30 (of 40 total)

  • RE: Deadlock Trace

    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...

  • RE: Deadlock Trace

    Oops i missed it.

    Events: Lockdeadlock & lockdeadlock chain

    Datacols: event class, start/end time,object id, object type,spid,host,text data

  • RE: Logged Users

    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.

  • RE: Alert on Deadlock

    Its the default of -1. I just want to setup deadlock alert. Can you show me how i can do this??

  • RE: Linked Server Insert problem

    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...

  • RE: Alert on Low Disk Space

    Probably i would like to do this thru performance monitor alerts. Any idea?

  • RE: Automize Stop Job

    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...

  • RE: Automize Stop Job

    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.

  • RE: Automize Stop Job

    Thanks. The job x is actually a backup job which need to restrict to 60 mins.

  • RE: Restore Problem

    Thanks for all your efforts.

  • RE: Restore Problem

    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...

  • RE: Restore Problem

    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;

  • RE: Restore Problem

    I checked the log but could not find any info. Also the table backupset doesnot give much help.

  • RE: Restore Problem

    I have corrected. It was typo.

  • RE: Restore Problem

    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...

Viewing 15 posts - 16 through 30 (of 40 total)