Is it possible to run a SQL Server Query in order to view all SQL Server Indexes which have page locks enabled?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|||
|
|
ALTER INDEX REORGANIZEwill fail if page-level locks are disabled. – Paul White Jan 30 at 11:03