NOWAIT

  • Hi,

    any body know, how to identified the records/table is locking in select/update statement ?

    in oracle i can used nowait command, so if the record/table is locking, i will get error message/exception during update the records.

    any similar comand for nowait ?

    or any procedure to identified the record/table is locking ?

    please....

    Regards,

    paracio

     

  • There is NOWAIT in SQL Server as well.

    Also have a look at procedures

    sp_who, sp_who2, sp_lock, sp_lock2

    Books On Line has more info on all above. (except the sp_xxx2 variants)

    /Kenneth

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

You must be logged in to reply to this topic. Login to reply