Microsoft KB Archive/134321

From BetaArchive Wiki
Knowledge Base


BUG: DocErr: Syntax for SET DEADLOCK_PRIORITY Statement

Article ID: 134321

Article Last Modified on 10/30/2003



APPLIES TO

  • Microsoft SQL Server 6.0 Standard Edition
  • Microsoft SQL Server 6.5 Standard Edition



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.


Additional query words: sql6 Windows NT docerr typo

Keywords: kbother KB134321