Error Type =1501,/n Error Description Sort failure.. Error Severity Level=20
Error Type =1505, Error Description CREATE UNIQUE INDEX terminated because a duplicate key was found for index ID <Index Value>. Most significant primary key is '<Primary Key Name>'.. Error Severity Level=14
Error Type =1507, Error Description Warning: Deleted duplicate row. Primary key is '<Primary Key Name>'.. Error Severity Level=10
Error Type =1508, Error Description CREATE INDEX terminated because a duplicate row was found. Primary key is '<Primary Key Name>'.. Error Severity Level=14
Error Type =1509, Error Description Row compare failure.. Error Severity Level=20
Error Type =1510, Error Description Sort failed. Out of space or locks in database <Database Name>. Error Severity Level=17
Error Type =1511, Error Description Sort cannot be reconciled with transaction log.. Error Severity Level=20
Error Type =1522, Error Description Sort failure. Prevented overwriting of allocation page in database '%.*ls' by terminating sort.. Error Severity Level=20
Error Type =1523, Error Description Sort failure. Prevented incorrect extent deallocation by aborting sort.. Error Severity Level=20
Error Type =1528, Error Description Character data comparison failure. An unrecognized Sort-Map-Element type (%d) was found in the server-wide default sort table at SMEL entry [%d].. Error Severity Level=21
Error Type =1529, Error Description Character data comparison failure. A list of Sort-Map-Elements from the server-wide default sort table does not end properly. This list begins at SMEL entry [%d].. Error Severity Level=21
Error Type =1530, Error Description CREATE INDEX with DROP_EXISTING was aborted because a row was out of order. Most significant offending primary key is '<Primary Key>'. Explicitly drop and create the index instead.. Error Severity Level=16
Error Type =1531, Error Description The SORTED_DATA_REORG option cannot be used for a nonclustered index if the keys are not unique within the table. CREATE INDEX was aborted because of duplicate keys. Primary key is '<Primary Key>'.. Error Severity Level=16
Error Type =1532, Error Description New sort run starting on page %S_PGID found extent not marked as shared.. Error Severity Level=20
Error Type =1533, Error Description Cannot share extent %S_PGID among more than eight sort runs.. Error Severity Level=20
Error Type =1534, Error Description Extent %S_PGID not found in shared extent directory.. Error Severity Level=20
Error Type =1535, Error Description Cannot share extent %S_PGID with shared extent directory full.. Error Severity Level=20
Error Type =1536, Error Description Cannot build a nonclustered index on a memory-only work table.. Error Severity Level=20
Error Type =1537, Error Description Cannot suspend a sort not in row input phase.. Error Severity Level=20
Error Type =1538, Error Description Cannot insert into a sort not in row input phase.. Error Severity Level=20
Error Type =1540, Error Description Cannot sort a row of size %d, which is greater than the allowable maximum of %d.. Error Severity Level=16
Error Type =1619, Error Description Could not open tempdb. Cannot continue.. Error Severity Level=21
Error Type =1620, Error Description Cannot start C2 audit trace. SQL Server is shutting down.. Error Severity Level=21
Error Type =1621, Error Description Server started with '-f'. Auditing will not be started.. Error Severity Level=10
Error Type =1701, Error Description Creation of table '<Table Name>' failed because the row size would be <Size>, including internal overhead. This exceeds the maximum allowable table row size, <Maximum Allowable Table Row Size>.. Error Severity Level=16
Error Type =1702, Error Description CREATE TABLE failed because column '%.*ls' in table '%.*ls' exceeds the maximum of %d columns.. Error Severity Level=16
Error Type =1703, Error Description Could not allocate disk space for a work table in database '%.*ls'. You may be able to free up space by using BACKUP LOG, or you may want to extend the size of the database by using ALTER DATABASE.. Error Severity Level=17
Error Type =1704, Error Description Only members of the sysadmin role can create the system table '%.*ls'.. Error Severity Level=16
Error Type =1705, Error Description You must create system table '%.*ls' in the master database.. Error Severity Level=16
Error Type =1706, Error Description System table '%.*ls' was not created, because ad hoc updates to system catalogs are not enabled.. Error Severity Level=16
Error Type =1708, Error Description Warning: The table '%.*ls' has been created but its maximum row size (%d) exceeds the maximum number of bytes per row (%d). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds %d bytes.. Error Severity Level=10
Error Type =1709, Error Description Cannot use TEXTIMAGE_ON when a table has no text, ntext, or image columns.. Error Severity Level=16
Error Type =1750, Error Description Could not create constraint. See previous errors.. Error Severity Level=10
Error Type =1752, Error Description Could not create DEFAULT for column '%.*ls' as it is not a valid column in the table '%.*ls'.. Error Severity Level=16
Error Type =1753, Error Description Column '<Primary Table.Primary Key>' is not the same length as referencing column '<Referencing Table.Referencing Column>' in foreign key '<Foreign Key Constraint Name>'.. Error Severity Level=16
Error Type =1754, Error Description Defaults cannot be created on columns with an IDENTITY attribute. Table '%.*ls', column '%.*ls'.. Error Severity Level=16
Error Type =1755, Error Description Defaults cannot be created on columns of data type timestamp. Table '%.*ls', column '%.*ls'.. Error Severity Level=16
Error Type =1756, Error Description Skipping FOREIGN KEY constraint '%.*ls' definition for temporary table.. Error Severity Level=10
Error Type =1757, Error Description Column '%.*ls.%.*ls' is not of same collation as referencing column '%.*ls.%.*ls' in foreign key '%.*ls'.. Error Severity Level=16
Error Type =1759, Error Description Invalid column '%.*ls' is specified in a constraint or computed-column definition.. Error Severity Level=16
Error Type =1760, Error Description Constraints of type %ls cannot be created on columns of type %ls.. Error Severity Level=16
Error Type =1763, Error Description Cross-database foreign key references are not supported. Foreign key '%.*ls'.. Error Severity Level=16
Error Type =1766, Error Description Foreign key references to temporary tables are not supported. Foreign key '%.*ls'.. Error Severity Level=16
Error Type =1767, Error Description Foreign key '%.*ls' references invalid table '%.*ls'.. Error Severity Level=16
Error Type =1768, Error Description Foreign key '%.*ls' references object '%.*ls' which is not a user table.. Error Severity Level=16
Error Type =1769, Error Description Foreign key '%.*ls' references invalid column '%.*ls' in referencing table '%.*ls'.. Error Severity Level=16
Error Type =1770, Error Description Foreign key '%.*ls' references invalid column '%.*ls' in referenced table '%.*ls'.. Error Severity Level=16
Error Type =1772, Error Description Foreign key '%.*ls' defines an invalid relationship between a user table and system table.. Error Severity Level=16
Error Type =1773, Error Description Foreign key '%.*ls' has implicit reference to object '%.*ls' which does not have a primary key defined on it.. Error Severity Level=16
Error Type =1774, Error Description The number of columns in the referencing column list for foreign key '%.*ls' does not match those of the primary key in the referenced table '%.*ls'.. Error Severity Level=16
Error Type =1776, Error Description There are no primary or candidate keys in the referenced table '<Table Name>' that match the referencing column list in the foreign key '<Foreign Key Constraint>'.. Error Severity Level=16
Error Type =1777, Error Description User does not have correct permissions on referenced table '%.*ls' to create foreign key '%.*ls'.. Error Severity Level=14
Error Type =1778, Error Description Column '<Primary Table.Primary Key>' is not the same data type as referencing column '<Referencing Table.Referencing Column>' in foreign key '<Foreign Key Constraint>'.. Error Severity Level=16
Error Type =1779, Error Description Table '%.*ls' already has a primary key defined on it.. Error Severity Level=16
Error Type =1781, Error Description Column already has a DEFAULT bound to it.. Error Severity Level=16
Error Type =1784, Error Description Cannot create the foreign key '%.*ls' because the referenced column '%.*ls.%.*ls' is a computed column.. Error Severity Level=16
Error Type =1785, Error Description Introducing FOREIGN KEY constraint '%.*ls' on table '%.*ls' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.. Error Severity Level=16
Error Type =1786, Error Description Either column '%.*ls.%.*ls' or referencing column '%.*ls.%.*ls' in foreign key '%.*ls' is a timestamp column. This data type cannot be used with cascading referential integrity constraints.. Error Severity Level=16
Error Type =1787, Error Description Cannot define foreign key constraint '%.*ls' with cascaded DELETE or UPDATE on table '%.*ls' because the table has an INSTEAD OF DELETE or UPDATE TRIGGER defined on it.. Error Severity Level=16
Error Type =1788, Error Description Cascading foreign key '%.*ls' cannot be created where the referencing column '%.*ls.%.*ls' is an identity column.. Error Severity Level=16
Error Type =, Error Description Warning. Line %d: The option '%ls' is obsolete and has no effect.. Error Severity Level=10
Error Type =1801, Error Description Database '%.*ls' already exists.. Error Severity Level=16
Error Type =1802, Error Description CREATE DATABASE failed. Some file names listed could not be created. Check previous errors.. Error Severity Level=11
Error Type =1803, Error Description CREATE DATABASE failed. Could not allocate enough disk space for a new database on the named disks. Total space allocated must be at least %d MB to accommodate a copy of the model database.. Error Severity Level=17
Error Type =1804, Error Description There is no disk named '%.*ls'. Checking other disk names.. Error Severity Level=10
Error Type =1805, Error Description The CREATE DATABASE process is allocating %.2f MB on disk '%.*ls'.. Error Severity Level=10
Error Type =1806, Error Description CREATE DATABASE failed. The default collation of database '%.*ls' cannot be set to '%.*ls'.. Error Severity Level=16
Error Type =1807, Error Description Could not obtain exclusive lock on database '%.*ls'. Retry the operation later.. Error Severity Level=17
Error Type =1808, Error Description Default devices are not supported.. Error Severity Level=21
Error Type =1809, Error Description To achieve optimal performance, update all statistics on the '%.*ls' database by running sp_updatestats.. Error Severity Level=10
Error Type =1811, Error Description %.*ls' is the wrong type of device for CREATE DATABASE or ALTER DATABASE. Check sysdevices. The statement is aborted.. Error Severity Level=16
Error Type =1812, Error Description CREATE DATABASE failed. COLLATE clause cannot be used with the FOR ATTACH option.. Error Severity Level=16
Error Type =1813, Error Description Could not open new database '%.*ls'. CREATE DATABASE is aborted.. Error Severity Level=16
Error Type =1814, Error Description Could not create tempdb. If space is low, extend the amount of space and restart.. Error Severity Level=10
Error Type =1901, Error Description Column '%.*ls'. Cannot create index on a column of bit data type.. Error Severity Level=16
Error Type =1902, Error Description Cannot create more than one clustered index on table '<Table Name>'. Drop the existing clustered index '<Clustered Index Name>' before creating another.. Error Severity Level=16
Error Type =1903, Error Description Index keys are too large. The %d bytes needed to represent the keys for index %d exceeds the size limit of %d bytes.. Error Severity Level=16
Error Type =1904, Error Description Cannot specify more than %d column names for statistics or index key list. %d specified.. Error Severity Level=16
Error Type =1905, Error Description Could not find 'zero' row for index '%.*ls' the table in sysindexes.. Error Severity Level=21
Error Type =1906, Error Description Cannot create an index on '%.*ls', because this table does not exist in database '%.*ls'.. Error Severity Level=11
Error Type =1907, Error Description Cannot re-create index '%.*ls'. The new index definition does not match the constraint being enforced by the existing index.. Error Severity Level=16
Error Type =1909, Error Description Cannot use duplicate column names in index key list. Column name '%.*ls' listed more than once.. Error Severity Level=16
Error Type =1910, Error Description Cannot create more than %d nonclustered indices or column statistics on one table.. Error Severity Level=16
Error Type =1911, Error Description Column name '%.*ls' does not exist in the target table.. Error Severity Level=16
Error Type =1913, Error Description There is already an index on table '%.*ls' named '%.*ls'.. Error Severity Level=16
Error Type =1914, Error Description Index cannot be created on object '%.*ls' because the object is not a user table or view.. Error Severity Level=16
Error Type =1916, Error Description CREATE INDEX options %ls and %ls are mutually exclusive.. Error Severity Level=16
Error Type =1918, Error Description Index (ID = %d) is being rebuilt.. Error Severity Level=10
Error Type =1919, Error Description Column '%.*ls'. Cannot create index on a column of text, ntext, or image data type.. Error Severity Level=16
Error Type =1920, Error Description Skipping rebuild of index ID %d, which is on a read-only filegroup.. Error Severity Level=16
Error Type =1921, Error Description Invalid filegroup '%.*ls' specified.. Error Severity Level=16
Error Type =1922, Error Description Filegroup '%.*ls' has no files assigned to it. Tables, indexes, and text, ntext, and image columns cannot be created on this filegroup.. Error Severity Level=16
Error Type =1923, Error Description The clustered index has been dropped.. Error Severity Level=10
Error Type =1938, Error Description Index cannot be created on %S_MSG '%.*ls' because the underlying object '%.*ls' has a different owner.. Error Severity Level=16
Error Type =1939, Error Description Cannot create index on view '<View Name>' because the view is not schema bound.. Error Severity Level=16
Error Type =1940, Error Description Cannot create index on view '<View Name>'. It does not have a unique clustered index.. Error Severity Level=16
Error Type =1941, Error Description Nonunique clustered index cannot be created on view '%.*ls' because only unique clustered indexes are allowed.. Error Severity Level=16
Error Type =1942, Error Description Index cannot be created on view '%.*ls' because the view contains text, ntext or image columns.. Error Severity Level=16
Error Type =1943, Error Description Index cannot be created on view '%.*ls' because the view contains text, ntext or image columns.. Error Severity Level=16
Error Type =1944, Error Description Index '%.*ls' was not created. This index has a key length of at least %d bytes. The maximum permissible key length is %d bytes.. Error Severity Level=16
Error Type =1945, Error Description Warning! The maximum key length is %d bytes. The index '%.*ls' has maximum length of %d bytes. For some combination of large values, the insert/update operation will fail.. Error Severity Level=16
Error Type =1946, Error Description Operation failed. The index entry of length %d bytes for the index '%.*ls' exceeds the maximum length of %d bytes.. Error Severity Level=16
Error Type =1947, Error Description Index cannot be created on view '%.*ls' because the view contains a self-join on '%.*ls'.. Error Severity Level=16
Error Type =1948, Error Description Duplicate index names '%.*ls' and '%.*ls' detected on table '%.*ls'.. Error Severity Level=16
Error Type =1949, Error Description Index on view '%.*ls' cannot be created because function '%s' yields nondeterministic results.. Error Severity Level=16
Error Type =1950, Error Description Index on view '%.*ls' cannot be created because the view contains an imprecise expression in a GROUP BY clause. Error Severity Level=16
Error Type =1951, Error Description Index on view '%.*ls' cannot be created because the view contains an imprecise expression in the WHERE clause.. Error Severity Level=16
Error Type =1952, Error Description Index on view '%.*ls' cannot be created because the view contains an imprecise expression in a join.. Error Severity Level=16
Error Type =1953, Error Description Index on view '%.*ls' cannot be created because the view contains an imprecise expression in a join.. Error Severity Level=16
Error Type =1954, Error Description Index on view '%.*ls' cannot be created because the view uses a column bound to a rule.. Error Severity Level=16
Error Type =1955, Error Description Index on view '%.*ls' cannot be created because the view contains a nondeterministic computed column.. Error Severity Level=16
Error Type =1956, Error Description Index on view '%.*ls' cannot be created because the view uses a nondeterministic user-defined function.. Error Severity Level=16
Error Type =1957, Error Description Index on view '%.*ls' cannot be created because the view requires a conversion involving dates or variants.. Error Severity Level=16
Error Type =1958, Error Description This edition of SQL Server does not support indexed views.. Error Severity Level=16
Error Type =1959, Error Description Cannot create index on view or computed column because this database is not SQL Server compatible.. Error Severity Level=16