Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Tracing Deadlocks

    DONT WORKED!!

    I just try it with the scripts bellow:

    DBCC TRACEON (3604)

    DBCC TRACEON (1204)

    GO

    begin transaction

       select top 1000000 cod_p   from p (tablockx)

       select top 1000000 p.cod_p,d.cod_d

       from p (tablockx)

       join d (tablockx) on...

Viewing post 1 (of 1 total)