Tag: MS SQL Server Error Codes

SQL Server Error Code – 36012 unable to execute t-sql within procedure

In this blog post, you’ll learn more about the SQL Server Error Code 36012 and the error message description that is shown SQL Server Error Code 36012 SQL Server Error Description for the Code :36012 Unable to execute T-SQL within procedure due to SQL Server limitation.\nPlease execute following T-SQL in database ‘%s’ context after this procedure finishes:\n%s

SQL Server Error Code – 8700 query could not run because column store

In this blog post, you’ll learn more about the SQL Server Error Code 8700 and the error message description that is shown SQL Server Error Code 8700 SQL Server Error Description for the Code :8700 Query could not run because column store indexes on memory optimized tables are currently disabled.  Rewrite the query with an index hint specifying a different index.

SQL Server Error Code – 35325 the statement failed because the definit

In this blog post, you’ll learn more about the SQL Server Error Code 35325 and the error message description that is shown SQL Server Error Code 35325 SQL Server Error Description for the Code :35325 The statement failed because the definition of a column belonging to clustered columnstore index cannot be changed. Consider dropping the columnstore index, altering the column, then creating a new columnstore…

SQL Server Error Code – 17311 sql server is terminating because of fat

In this blog post, you’ll learn more about the SQL Server Error Code 17311 and the error message description that is shown SQL Server Error Code 17311 SQL Server Error Description for the Code :17311 SQL Server is terminating because of fatal exception %lx. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling….

SQL Server Error Code – 20694 one or more rows to be updated for table

In this blog post, you’ll learn more about the SQL Server Error Code 20694 and the error message description that is shown SQL Server Error Code 20694 SQL Server Error Description for the Code :20694 One or more rows to be updated for table %s contain changes in the column %s, which is used in one or more filters; merge replication cannot use batch processing…

SQL Server Error Code – 21765 the column msrepl_tran_version has been

In this blog post, you’ll learn more about the SQL Server Error Code 21765 and the error message description that is shown SQL Server Error Code 21765 SQL Server Error Description for the Code :21765 The column msrepl_tran_version has been predefined and allows NULLs. This column will be dropped and recreated to not allow NULLs for updating subscribers.

SQL Server Error Code – 9735 the length of the public key for the sec

In this blog post, you’ll learn more about the SQL Server Error Code 9735 and the error message description that is shown SQL Server Error Code 9735 SQL Server Error Description for the Code :9735 The length of the public key for the security certificate bound to database principal (Id: %i) is incompatible with the operating system cryptographic service provider. The key length must be…