New parameter for dbcc upgrade object

The following description of the dbcc check command should be included in Reference Manual: Commands.

Syntax

dbcc upgrade_object( {dbid | dbname},
{ compiled_object_name | 
"view" | "procedure" | "default" |
"rule" | "default" | "trigger" },
[ "force" | "check" ] )

Keywords and options

check – checks syntax for the specified compiled_object_name in syscomments in the specified database. Does not raise errors on occurrences of select.

Comments