Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Lock : Released event

    Thanx for your reply.

    The problem is that, if i run:

    begin tran

    update...

    sp_lock

    I see, that the eXcluse lock remain on the key. but the profiler shows:

    (#1. Lock:Acquired 0X057022AC04000000000 (customer Table lock) (IX)

    #2. Lock:Acquired 0X0670B0270010000000 (Page...

  • RE: Index Tuning Wizard Help

    I guess it can:

    You can select SQL query analyzer selection, sql server trace table, workload file.

    The easiest way to run it over on an entire sp: type "exec sp..."...

  • RE: MS profiler Lock:Released events behavior

    Thanks for your answer. You are right about the intent locks:

    The single row update inducates 3 locks : table Intent eXclusive (IX), page Intent eXclusive (IX), and key (row) eXclusive...

Viewing 3 posts - 1 through 3 (of 3 total)