Tag: MS SQL Server Error Codes

SQL Server Error Code – 41333 the following transactions must access m

In this blog post, you’ll learn more about the SQL Server Error Code 41333 and the error message description that is shown SQL Server Error Code 41333 SQL Server Error Description for the Code :41333 The following transactions must access memory optimized tables and natively compiled modules under snapshot isolation: RepeatableRead transactions, Serializable transactions, and transactions that access tables that are not memory optimized in…

SQL Server Error Code – 6979 invalid restriction for type ‘%s’. the e

In this blog post, you’ll learn more about the SQL Server Error Code 6979 and the error message description that is shown SQL Server Error Code 6979 SQL Server Error Description for the Code :6979 Invalid restriction for type ‘%s’. The element in the restricted type must have the same name as and a more restrictive type than the corresponding element in the base type.

SQL Server Error Code – 22838 all columns of a cdc unique index must b

In this blog post, you’ll learn more about the SQL Server Error Code 22838 and the error message description that is shown SQL Server Error Code 22838 SQL Server Error Description for the Code :22838 All columns of a CDC unique index must be defined as NOT NULL. Index ‘%s’ selected as the CDC unique index for source table ‘%s.%s’ does not meet this requirement….