Record Locking

  • Hello,

    Can SQL Server 2005 perform record locking? I need to lock the record for a while and release it after some task.

    I want to something similar like "Lock" function in Visual Fox Pro programming.

    All your advice is much appreciated.

    Tee Song Yann

  • Read about:

    SET TRANSACTION ISOLATION LEVEL    { READ UNCOMMITTED    | READ COMMITTED    | REPEATABLE READ    | SNAPSHOT    | SERIALIZABLE    }[ ; ]
    and select the appropriate setting
  • Hii Rookie,

    Thanks for your help.

    Best regards,

    Tee Song Yann

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

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