What is the equivalent for LOCK_ESCALATION = TABLE in SQL Server 2005? What is the equivalent for LOCK_ESCALATION = TABLE in SQL Server 2005? sql-server sql-server

What is the equivalent for LOCK_ESCALATION = TABLE in SQL Server 2005?


LOCK_ESCALATION = TABLE is the default behavior in SQL Server 2008 & is the ONLY behaviour in SQL Server 2005.

You can safely drop the statement without any change in functionality.


There is no equivalent option: it's new in SQL Server 2008.

You'll need to change the "Script For version" to SQL Server 2005,


@gbn wrote
"You'll need to change the "Script For version" to SQL Server 2005"

In SQL Server Management Studio 2008 select menu Tools-Options (SQL Server Object Explorer/Scripting Page)