Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Generate Next Key from Stored Procedure

    We have the same situtation. As stated in the previous post we do use the UPDLOCK as show below :

    Select @SerialKey = SerialKey

    From SerialKey WITH ( ROWLOCK, UPDLOCK )

    We...

Viewing post 1 (of 1 total)