Error |
Severity |
Description |
1501 |
20 |
Sort failure. |
1505 |
14 |
CREATE UNIQUE INDEX terminated because a
duplicate key was found for index ID <Index Value>. Most significant primary key
is '<Primary Key Name>'. |
1507 |
10 |
Warning: Deleted duplicate row. Primary key
is '<Primary Key Name>'. |
1508 |
14 |
CREATE INDEX terminated because a duplicate row was found. Primary key is '<Primary Key Name>'. |
1509 |
20 |
Row compare failure. |
1510 |
17 |
Sort failed. Out of space or locks in database <Database Name> |
1511 |
20 |
Sort cannot be reconciled with transaction log. |
1522 |
20 |
Sort failure. Prevented overwriting of allocation page in database '%.*ls' by terminating sort. |
1523 |
20 |
Sort failure. Prevented incorrect extent deallocation by aborting sort. |
1528 |
21 |
Character data comparison failure. An unrecognized Sort-Map-Element type (%d) was found in the server-wide default sort table at SMEL entry [%d]. |
1529 |
21 |
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]. |
1530 |
16 |
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. |
1531 |
16 |
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>'. |
1532 |
20 |
New sort run starting on page %S_PGID found extent not marked as shared. |
1533 |
20 |
Cannot share extent %S_PGID among more than eight sort runs. |
1534 |
20 |
Extent %S_PGID not found in shared extent directory. |
1535 |
20 |
Cannot share extent %S_PGID with shared extent directory full. |
1536 |
20 |
Cannot build a nonclustered index on a memory-only work table. |
1537 |
20 |
Cannot suspend a sort not in row input phase. |
1538 |
20 |
Cannot insert into a sort not in row input phase. |
1540 |
16 |
Cannot sort a row of size %d, which is greater than the allowable maximum of %d. |
1619 |
21 |
Could not open tempdb. Cannot continue. |
1620 |
21 |
Cannot start C2 audit trace. SQL Server is shutting down. |
1621 |
10 |
Server started with '-f'. Auditing will not be started. |
1701 |
16 |
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>. |
1702 |
16 |
CREATE TABLE failed because column '%.*ls' in table '%.*ls' exceeds the maximum of %d columns. |
1703 |
17 |
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. |
1704 |
16 |
Only members of the sysadmin role can create the system table '%.*ls'. |
1705 |
16 |
You must create system table '%.*ls' in the master database. |
1706 |
16 |
System table '%.*ls' was not created, because ad hoc updates to system catalogs are not enabled. |
1708 |
10 |
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. |
1709 |
16 |
Cannot use TEXTIMAGE_ON when a table has no text, ntext, or image columns. |
1750 |
10 |
Could not create constraint. See previous errors. |
1752 |
16 |
Could not create DEFAULT for column '%.*ls' as it is not a valid column in the table '%.*ls'. |
1753 |
16 |
Column '<Primary Table.Primary Key>' is not the same length as referencing column '<Referencing Table.Referencing Column>' in foreign key '<Foreign Key Constraint Name>'. |
1754 |
16 |
Defaults cannot be created on columns with an IDENTITY attribute. Table '%.*ls', column '%.*ls'. |
1755 |
16 |
Defaults cannot be created on columns of data type timestamp. Table '%.*ls', column '%.*ls'. |
1756 |
10 |
Skipping FOREIGN KEY constraint '%.*ls' definition for temporary table. |
1757 |
16 |
Column '%.*ls.%.*ls' is not of same collation as referencing column '%.*ls.%.*ls' in foreign key '%.*ls'. |
1759 |
16 |
Invalid column '%.*ls' is specified in a constraint or computed-column definition. |
1760 |
16 |
Constraints of type %ls cannot be created on columns of type %ls. |
1763 |
16 |
Cross-database foreign key references are not supported. Foreign key '%.*ls'. |
1766 |
16 |
Foreign key references to temporary tables are not supported. Foreign key '%.*ls'. |
1767 |
16 |
Foreign key '%.*ls' references invalid table '%.*ls'. |
1768 |
16 |
Foreign key '%.*ls' references object '%.*ls' which is not a user table. |
1769 |
16 |
Foreign key '%.*ls' references invalid column '%.*ls' in referencing table '%.*ls'. |
1770 |
16 |
Foreign key '%.*ls' references invalid column '%.*ls' in referenced table '%.*ls'. |
1772 |
16 |
Foreign key '%.*ls' defines an invalid relationship between a user table and system table. |
1773 |
16 |
Foreign key '%.*ls' has implicit reference to object '%.*ls' which does not have a primary key defined on it. |
1774 |
16 |
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'. |
1776 |
16 |
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>'. |
1777 |
14 |
User does not have correct permissions on referenced table '%.*ls' to create foreign key '%.*ls'. |
1778 |
16 |
Column '<Primary Table.Primary Key>' is not the same data type as referencing column '<Referencing Table.Referencing Column>' in foreign key '<Foreign Key Constraint>'. |
1779 |
16 |
Table '%.*ls' already has a primary key defined on it. |
1781 |
16 |
Column already has a DEFAULT bound to it. |
1784 |
16 |
Cannot create the foreign key '%.*ls' because the referenced column '%.*ls.%.*ls' is a computed column. |
1785 |
16 |
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. |
1786 |
16 |
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. |
1787 |
16 |
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. |
1788 |
16 |
Cascading foreign key '%.*ls' cannot be created where the referencing column '%.*ls.%.*ls' is an identity column. |