Category: SQL Server

SQL Server Error Code – 21731 cannot add a constraint or default witho

In this blog post, you’ll learn more about the SQL Server Error Code 21731 and the error message description that is shown SQL Server Error Code 21731 SQL Server Error Description for the Code :21731 Cannot add a constraint or default without an explicit name, because the table is included in a publication that replicates DDL events. Specify a unique name for the constraint and…

SQL Server Error Code – 5086 cannot disable vardecimal storage format

In this blog post, you’ll learn more about the SQL Server Error Code 5086 and the error message description that is shown SQL Server Error Code 5086 SQL Server Error Description for the Code :5086 Cannot disable vardecimal storage format for database “%.*ls” because there are one or more tables that have vardecimal storage format enabled. Disable the vardecimal storage format on all tables before…

SQL Server Error Code – 33192 internal enclave error. enclave raised a

In this blog post, you’ll learn more about the SQL Server Error Code 33192 and the error message description that is shown SQL Server Error Code 33192 SQL Server Error Description for the Code :33192 Internal enclave error. Enclave raised an exception (major = %d, minor = %d). See error log for more information. For more information, contact Customer Support Services.

SQL Server Error Code – 4898 cannot bulk load csv file. invalid field

In this blog post, you’ll learn more about the SQL Server Error Code 4898 and the error message description that is shown SQL Server Error Code 4898 SQL Server Error Description for the Code :4898 Cannot bulk load CSV file. Invalid field parameters are specified for source column number %d in the format file “%s”. All data fields must be either character or Unicode character…