BUG: DocErr: Syntax for SET DEADLOCK_PRIORITY Statement (134321)



The information in this article applies to:

  • Microsoft SQL Server 6.0
  • Microsoft SQL Server 6.5

This article was previously published under Q134321

SUMMARY

The Microsoft SQL Server version 6.0 documentation set, both printed and Books Online, incorrectly states the syntax for the following option for the Transact-SQL SET statement.

The documentation reads:
   SET DEADLOCKPRIORITY { LOW | NORMAL}
				
The correct syntax is:
   SET DEADLOCK_PRIORITY { LOW | NORMAL}
				

STATUS

Microsoft has confirmed this to be a problem in the documentation for Microsoft SQL Server version 6.0.

Modification Type:MajorLast Reviewed:10/30/2003
Keywords:kbother KB134321