Reputation: 3831
Is there a practical real-world example where SQL server would lock the entire DB? I see from this page, that it is possible for the DB engine to lock the entire DB: https://technet.microsoft.com/en-us/library/ms189849(v=sql.105).aspx
But would this ever happen in practice, or is it just an edge case for someone doing something very specialised?
Upvotes: 0
Views: 36
Reputation: 8687
You need Exclusive lock on a database for
Upvotes: 1