Tag: MS SQL Server Error Codes

SQL Server Error Code – 35358 create trigger on table ‘%.*ls’ failed b

In this blog post, you’ll learn more about the SQL Server Error Code 35358 and the error message description that is shown SQL Server Error Code 35358 SQL Server Error Description for the Code :35358 CREATE TRIGGER on table ‘%.*ls’ failed because you cannot create a trigger on a table with a clustered columnstore index. Consider enforcing the logic of the trigger in some other…

SQL Server Error Code – 1215 a conflicting abort_after_wait = blocker

In this blog post, you’ll learn more about the SQL Server Error Code 1215 and the error message description that is shown SQL Server Error Code 1215 SQL Server Error Description for the Code :1215 A conflicting ABORT_AFTER_WAIT = BLOCKERS request is waiting for existing transactions to rollback. This request cannot be executed. Please retry when the previous request is completed.

SQL Server Error Code – 19482 the port number, %u, that is specified i

In this blog post, you’ll learn more about the SQL Server Error Code 19482 and the error message description that is shown SQL Server Error Code 19482 SQL Server Error Description for the Code :19482 The port number, %u, that is specified is invalid. Valid port numbers range from 1 to 65535, inclusive. Select a port number in this range. If a port number is…

SQL Server Error Code – 20513 database ‘%s’ does not contain any repli

In this blog post, you’ll learn more about the SQL Server Error Code 20513 and the error message description that is shown SQL Server Error Code 20513 SQL Server Error Description for the Code :20513 Database ‘%s’ does not contain any replication metadata for a row whose ROWGUIDCOL matches the value specified for the @rowguid parameter of sp_showrowreplicainfo. Verify that the value specified for @rowguid…

SQL Server Error Code – 2749 identity column ?%.*ls? must be of data

In this blog post, you’ll learn more about the SQL Server Error Code 2749 and the error message description that is shown SQL Server Error Code 2749 SQL Server Error Description for the Code :2749 Identity column ?%.*ls? must be of data type int, bigint, smallint, tinyint, or decimal or numeric with a scale of 0, unencrypted, and constrained to be nonnullable.