Category: SQL Server

SQL Server Error Code – 12838 replication, change data capture and cha

In this blog post, you’ll learn more about the SQL Server Error Code 12838 and the error message description that is shown SQL Server Error Code 12838 SQL Server Error Description for the Code :12838 Replication, Change Data Capture and Change Tracking are not supported in contained databases. The database ‘%.*ls’ cannot be altered to a contained database, since it has one of these options…

SQL Server Error Code – 1843 reverting database ?%ls? to the point in

In this blog post, you’ll learn more about the SQL Server Error Code 1843 and the error message description that is shown SQL Server Error Code 1843 SQL Server Error Description for the Code :1843 Reverting database ?%ls? to the point in time of database snapshot ?%ls? with split point LSN %.*ls (0x%ls). This is an informational message only. No user action is required.

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…