Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Random lockups

    You could also try enabling the SQL Server trace flag so that all deadlocks are recorded in the SQL log. This won't require a reboot either.

     

    dbcc traceon (1204, 3605, -1)
    go
    dbcc tracestatus(-1)
    go

Viewing post 1 (of 1 total)