lock_timeout

  • Hi all,

    Is there lock timeout option for sql serve 2005r???If so how can i enable that????

  • see BOL - "Customizing the Lock Time-Out"

    SELECT @@lock_timeout;

    GO

    SET LOCK_TIMEOUT 1800

    GO

  • I think this is database level ....And this one comes back to default value when a new query window is opened...

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

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