| Error |
Severity |
Description |
| 11601 |
15 |
%ls statements with a '%.*ls' option are not allowed. |
| 11602 |
10 |
%ls statements are not verified. |
| 11603 |
15 |
%ls statements are not allowed at the top level. |
| 11605 |
15 |
%S_MSG are not allowed at the top level. |
| 11606 |
15 |
Specifying server name in '%.*ls' is not allowed. |
| 11607 |
15 |
Specifying database name for '%.*ls' in a %ls statement is not allowed. |
| 11608 |
15 |
Creating temporary stored procedures is not allowed. |
| 11609 |
16 |
An internal error occurred while building the project. %ls |
| 11610 |
16 |
There is not enough memory to build the project. |
| 11611 |
15 |
Specifying schema elements in the CREATE SCHEMA statement is not supported. |
| 11612 |
15 |
Multiple statements in a T-SQL batch are not allowed at the top level. |
| 11613 |
15 |
Numbered stored procedures are not supported. |
| 11614 |
15 |
%ls is not supported. |
| 11617 |
16 |
An unknown error has occurred trying to load '%hs'. |
| 11618 |
15 |
Combining column level permissions with other permissions is not allowed in the same GRANT/DENY/REVOKE statement. |
| 11619 |
16 |
There is not enough stack available to compile the statment. |
| 11620 |
15 |
REVOKE statements can only be used to revoke column level permissions. |
| 11621 |
10 |
SQL Server started in Language Service mode. |
| 11622 |
16 |
CREATE ASSEMBLY can only be created FROM a constant binary expression. |
| 11623 |
15 |
ALTER TABLE statements can only be used to add a single constraint. |
| 11624 |
15 |
ALTER ROLE statements can only be used to add a member to a role. |
| 11625 |
16 |
'%ls' is either corrupt, not readable or not accessible. |
| 11651 |
10 |
%ls statements with a '%.*ls' option are not supported in a data-tier application. |
| 11652 |
10 |
%ls statements are not supported at the top level in a data-tier application. |
| 11653 |
10 |
Cannot execute as the user '%.*ls' because it does not exist. |
| 11700 |
16 |
The increment for sequence object '<Sequence Name>' cannot be zero. |
| 11701 |
16 |
The absolute value of the increment for sequence object '%.*ls' must be less than or equal to the difference between the minimum and maximum value of the sequence object. |
| 11702 |
16 |
The sequence object '<Sequence Name>' must be of data type int, bigint, smallint, tinyint, or decimal or numeric with a scale of 0, or any user-defined data type that is based on one of the above integer data types. |
| 11703 |
16 |
The start value for sequence object '%.*ls' must be between the minimum and maximum value of the sequence object. |
| 11704 |
16 |
The current value '%.*ls' for sequence object '%.*ls' must be between the minimum and maximum value of the sequence object. |
| 11705 |
16 |
The minimum value for sequence object '<Sequence Name>' must be less than its maximum value. |
| 11706 |
16 |
The cache size for sequence object '%.*ls' must be greater than 0. |
| 11707 |
10 |
The cache size for sequence object '%.*ls' has been set to NO CACHE. |
| 11708 |
16 |
An invalid value was specified for argument '<Argument Name>' for the given data type. |
| 11709 |
15 |
The 'RESTART WITH' argument cannot be used in a CREATE SEQUENCE statement. |
| 11710 |
15 |
Argument 'START WITH' cannot be used in an ALTER SEQUENCE statement. |
| 11711 |
15 |
Argument 'AS' cannot be used in an ALTER SEQUENCE statement. |
| 11712 |
15 |
Argument '%.*ls' can not be specified more than once. |
| 11714 |
15 |
Invalid sequence name '%.*ls'. |
| 11715 |
15 |
No properties specified for ALTER SEQUENCE. |
| 11716 |
15 |
NEXT VALUE FOR function does not support the PARTITION BY clause. |
| 11717 |
15 |
NEXT VALUE FOR function does not support the OVER clause in default constraints, UPDATE statements, or MERGE statements. |
| 11718 |
15 |
NEXT VALUE FOR function does not support an empty OVER clause. |
| 11719 |
15 |
|
| 11720 |
15 |
NEXT VALUE FOR function is not allowed in the TOP, OVER, OUTPUT, ON, WHERE, GROUP BY, HAVING, or ORDER BY clauses. |
| 11721 |
15 |
NEXT VALUE FOR function cannot be used directly in a statement that uses a DISTINCT, UNION, UNION ALL, EXCEPT or INTERSECT operator. |
| 11722 |
15 |
NEXT VALUE FOR function is not allowed in the WHEN MATCHED clause, the WHEN NOT MATCHED clause, or the WHEN NOT MATCHED BY SOURCE clause of a merge statement. |
| 11723 |
15 |
NEXT VALUE FOR function cannot be used directly in a statement that contains an ORDER BY clause unless the OVER clause is specified. |
| 11724 |
15 |
An expression that contains a NEXT VALUE FOR function cannot be passed as an argument to a table-valued function. |
| 11725 |
15 |
An expression that contains a NEXT VALUE FOR function cannot be passed as an argument to an aggregate. |
| 11726 |
16 |
Object '%.*ls' is not a sequence object. |
| 11727 |
16 |
NEXT VALUE FOR functions for a given sequence object must have exactly the same OVER clause definition. |
| 11728 |
16 |
The sequence object '%.*ls' has reached its minimum or maximum value. Restart the sequence object to allow new values to be generated. |
| 11729 |
10 |
The sequence object '%.*ls' cache size is greater than the number of available values; the cache size has been automatically set to accommodate the remaining sequence values. |
| 11730 |
16 |
Database name cannot be specified for the sequence object in default constraints. |
| 11731 |
16 |
A column that uses a sequence object in the default constraint must be present in the target columns list, if the same sequence object appears in a row constructor. |
| 11732 |
16 |
The requested range for sequence object '%.*ls' exceeds the maximum or minimum limit. Retry with a smaller range. |
| 11733 |
16 |
Parameter '%.*ls' must be a positive integer. |
| 11734 |
16 |
NEXT VALUE FOR function is not allowed in the SELECT clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement. |
| 11735 |
16 |
The target table of the INSERT statement cannot have DEFAULT constraints using the NEXT VALUE FOR function when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement. |
| 11736 |
16 |
Only one instance of NEXT VALUE FOR function per sequence object is allowed in SET or SELECT with variable assignment. |
| 11737 |
15 |
NEXT VALUE FOR function does not support the ROWS and RANGE clauses. |
| 11738 |
16 |
The use of NEXT VALUE FOR function is not allowed in this context. |
| 11739 |
16 |
NEXT VALUE FOR function cannot be used if ROWCOUNT option has been set, or the query contains TOP or OFFSET. |
| 11740 |
16 |
NEXT VALUE FOR function cannot be used in a default constraint if ROWCOUNT option has been set, or the query contains TOP or OFFSET. |
| 11741 |
16 |
NEXT VALUE FOR function cannot be used within CASE, CHOOSE, COALESCE, IIF, ISNULL and NULLIF. |
| 11742 |
16 |
NEXT VALUE FOR function can only be used with MERGE if it is defined within a default constraint on the target table for insert actions. |
| 11800 |
16 |
RESTORE WITH SNAPSHOTRESTOREPHASE=2 for database '%ls' failed because an earlier RESTORE WITH SNAPSHOTRESTOREPHASE=1 may have failed as a result of a network error. Retry the restore operation through SQL Writer after addressing any network issues and mak |
| 11901 |
16 |
Column '%.*ls.%.*ls' is a federated column, while referencing column '%.*ls.%.*ls' in foreign key '%.*ls' is not. |
| 11902 |
16 |
Federation scheme key '%.*ls' is not a part of this federation. |