| Error | 
                    Severity | 
                    Description | 
                
                
				    | 1051 | 
				    15 | 
				    Cursor parameters in a stored procedure 
                        must be declared with OUTPUT and VARYING options, and they must be specified in 
                        the order CURSOR VARYING OUTPUT. | 
                
                
				    | 1052 | 
				    15 | 
				    Conflicting %ls options %ls and %ls. | 
                
                
				    | 1053 | 
				    15 | 
				    For DROP STATISTICS, you must give both the 
                        table and the column name in the form 'tablename.column'. | 
                
                
				    | 1054 | 
				    15 | 
				    Syntax '*' is not allowed in schema-bound 
                        objects. | 
                
                
				    | 1055 | 
				    15 | 
				    '%.*ls' is an invalid name because it 
                        contains a NULL character. | 
                
                
				    | 1056 | 
				    15 | 
				    The maximum number of elements in the 
                        select list is %d and you have supplied %d. | 
                
                
				    | 1057 | 
				    15 | 
				    The IDENTITY function cannot be used with a 
                        SELECT INTO statement containing a UNION operator. | 
                
                
				    | 1058 | 
				    15 | 
				    Cannot specify both READ_ONLY and FOR READ 
                        ONLY on a cursor declaration. | 
                
                
				    | 1059 | 
				    15 | 
				    Cannot set or reset the %ls option within a 
                        procedure. | 
                
                
				    | 1060 | 
				    15 | 
				    The number of rows in the TOP clause must 
                        be an integer. | 
                
                
				    | 1061 | 
				    16 | 
				    The text/ntext/image constants are not yet 
                        implemented. | 
                
                
				    | 1062 | 
				    16 | 
				    The TOP N WITH TIES clause is not allowed 
                        without a corresponding ORDER BY clause. | 
                
                
				    | 1063 | 
				    16 | 
				    A filegroup cannot be added using ALTER 
                        DATABASE ADD FILE. Use ALTER DATABASE ADD FILEGROUP. | 
                
                
				    | 1064 | 
				    16 | 
				    A filegroup cannot be used with log files. | 
                
                
				    | 1065 | 
				    15 | 
				    The NOLOCK, READUNCOMMITTED, and READPAST 
                        lock hints are only allowed in a SELECT statement. | 
                
                
				    | 1066 | 
				    10 | 
				    Warning. Line %d: The option '%ls' is 
                        obsolete and has no effect. | 
                
                
				    | 1067 | 
				    15 | 
				    The SET SHOWPLAN statements must be the 
                        only statements in the batch. | 
                
                
				    | 1068 | 
				    16 | 
				    Only one list of index hints per table is 
                        allowed. | 
                
                
				    | 1069 | 
				    16 | 
				    Index hints are only allowed in a FROM 
                        clause. | 
                
                
				    | 1070 | 
				    15 | 
				    CREATE INDEX option '%.*ls' is no longer 
                        supported. | 
                
                
				    | 1071 | 
				    16 | 
				    Cannot specify a JOIN algorithm with a 
                        remote JOIN. | 
                
                
				    | 1072 | 
				    16 | 
				    A REMOTE hint can only be specified with an 
                        INNER JOIN clause. | 
                
                
				    | 1073 | 
				    15 | 
				    '%.*ls' is not a recognized cursor option 
                        for cursor %.*ls. | 
                
                
				    | 1074 | 
				    15 | 
				    Creation of temporary functions is not 
                        allowed. | 
                
                
				    | 1075 | 
				    15 | 
				    RETURN statements in scalar valued 
                        functions must include an argument. | 
                
                
				    | 1076 | 
				    15 | 
				    Function '%s' requires at least %d 
                        argument(s). | 
                
                
				    | 1077 | 
				    15 | 
				    INSERT into an identity column not allowed 
                        on table variables. | 
                
                
				    | 1078 | 
				    15 | 
				    '%.*ls %.*ls' is not a recognized option. | 
                
                
				    | 1079 | 
				    15 | 
				    A variable cannot be used to specify a 
                        search condition in a fulltext predicate when accessed through a cursor. | 
                
                
				    | 1101 | 
				    17 | 
				    Could not allocate new page for database 
                        '%.*ls'. There are no more pages available in filegroup %.*ls. Space can be 
                        created by dropping objects, adding additional files, or allowing file growth. | 
                
                
				    | 1102 | 
				    22 | 
				    IAM page %S_PGID for object ID %ld is 
                        incorrect. The %S_MSG ID on page is %ld; should be %ld. The entry in sysindexes 
                        may be incorrect or the IAM page may contain an error. | 
                
                
				    | 1103 | 
				    21 | 
				    Allocation page %S_PGID in database '%.*ls' 
                        has different segment ID than that of the object which is being allocated to. 
                        Run DBCC CHECKALLOC. | 
                
                
				    | 1105 | 
				    17 | 
				    Could not allocate space for object '%.*ls' 
                        in database '%.*ls' because the '%.*ls' filegroup is full. | 
                
                
				    | 1109 | 
				    21 | 
				    Could not read allocation page %S_PGID 
                        because either the object ID (%ld) is not correct, or the page ID (%S_PGID) is 
                        not correct. | 
                
                
				    | 1203 | 
				    20 | 
				    Process ID %d attempting to unlock unowned 
                        resource %.*ls. | 
                
                
				    | 1204 | 
				    19 | 
				    The SQL Server cannot obtain a LOCK 
                        resource at this time. Rerun your statement when there are fewer active users or 
                        ask the system administrator to check the SQL Server lock and memory 
                        configuration. | 
                
                
				    | 1205 | 
				    13 | 
				    Transaction (Process ID %d) was deadlocked 
                        on {%Z} resources with another process and has been chosen as the deadlock 
                        victim. Rerun the transaction. | 
                
                
				    | 1206 | 
				    18 | 
				    Transaction manager has canceled the 
                        distributed transaction. | 
                
                
				    | 1211 | 
				    13 | 
				    Process ID %d was chosen as the deadlock 
                        victim with P_BACKOUT bit set. | 
                
                
				    | 1220 | 
				    17 | 
				    No more lock classes available from 
                        transaction. | 
                
                
				    | 1222 | 
				    13 | 
				    Lock request time out period exceeded. | 
                
                
				    | 1223 | 
				    16 | 
				    Attempting to release application lock 
                        '%.*ls' that is not currently held. |