Security (Level 1)
SQL Server 6.x | SQL Server 2000 |
---|---|
DENY was not a reserved keyword and could be used as an object identifier. | DENY is a reserved keyword. Rename any object named DENY. Change all Transact-SQL statements and scripts referencing the object to use the new object name. If DENY is retained as an object identifier, all references to the object must use Delimited Identifiers. |