Notification of row lock to a user in case of concurrent update

  • When concurrent updates happen to a row of a table in SQL Server 2000, one user should be notified that row is already locked by some other user. Can this be done? How?

  • There is no way to notify the user. The second operation will wait for the first to complete but will provide no notice back to the client.

     

    K. Brian Kelley
    @kbriankelley

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

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