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….