For who don’t know, it is know possible to remove Lock Escalation, and this is something that be “granularly” done to a table on SQL SERVER 2008 or Higher without the need to use Trace Flags. Sample sintax ALTER TABLE table_name_goes_gere SET (LOCK_ESCALATION=DISABLE) . – PT – Para quem não sabe, já é possível remover [...]
Archive for April 18th, 2011
Disable Lock Escalation in SQL SERVER 2008 or Higher
Posted in sqlserver, tagged bottleneck, optimization, performance, scalability, tuning on Monday, April 18, 2011 | Leave a Comment »