Msg | Level | Error messages |
104 | 16 | Order By items must appear in the select list |
109 | 15 | There are more columns in the INSERT statement than values specified in the VALUES clause |
110 | 15 | There are fewer columns in the INSERT statement |
120 | 15 | The select list for the INSERT statement contains fewer items than the insert list. |
121 | 15 | The select list for the INSERT statement contains more items than the insert list. |
137 | 15 | Must declare the scalar variable |
155 | 15 | Is not a recognized datepart option |
159 | 15 | Must specify the table name and index name |
173 | 15 | The definition for column must include a data type |
195 | 15 | Is not a recognized built-in function name |
201 | 16 | Procedure or function 'sp_pkeys' expects parameter '@table_name', which was not supplied |
207 | 16 | Invalid column name |
206 | 16 | Operand type clash: int is incompatible with date |
208 | 16 | Invalid object name |
241 | 16 | Conversion failed when converting date and/or time from character string |
242 | 16 | Conversion of a varchar data type to a datetime |
243 | 16 | Is not a defined system type |
245 | 16 | Conversion failed when converting the varchar value |
343 | 15 | Unknown object type used in a CREATE, DROP, or ALTER statement |
515 | 16 | Cannot insert the value NULL into column |
544 | 16 | Cannot insert explicit value for identity column in table |
547 | 16 | The INSERT statement conflicted with the FOREIGN KEY constraint |
547 | 16 | The DELETE statement conflicted with the REFERENCE constraint |
1002 | 16 | Specified scale is invalid |
1087 | 16 | Must declare the table variable |
1505 | 16 | The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name |
1750 | 16 | Could not create constraint or index |
1770 | 16 | Foreign key references invalid column in referenced table |
1776 | 16 | There are no primary or candidate keys in the referenced table |
1779 | 16 | Table already has a primary key defined on it |
1911 | 16 | Column name does not exist in the target table or view |
1913 | 16 | The operation failed because an index |
2627 | 14 | Violation of PRIMARY KEY constraint |
2705 | 16 | Column names in each table must be unique |
2714 | 16 | There is already an object named in the database |
2715 | 16 | Cannot find data type NUMBER |
2812 | 16 | Could not find stored procedure |
3701 | 11 | Cannot drop the table |
3726 | 16 | Could not drop object because it is referenced by a FOREIGN KEY constraint |
3728 | 16 | Is not a constraint |
3902 | 16 | Msg 3902 Level 16 - The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION |
4511 | 16 | Create View or Function failed because no column name was specified |
8111 | 16 | Cannot define PRIMARY KEY constraint on nullable column in table |
8120 | 16 | Column is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause |
8152 | 16 | String or binary data would be truncated |
15009 | 16 | The object name does not exist |
15250 | 16 | The database name component of the object qualifier must be the name of the current database |
15252 | 16 | The primary or foreign key table name must be given |
15225 | 11 | No item by the name of '%' could be found in the current database. |