Category: SQL Server

SQL Server Error Code – 22803 change data capture has scanned the log

In this blog post, you’ll learn more about the SQL Server Error Code 22803 and the error message description that is shown SQL Server Error Code 22803 SQL Server Error Description for the Code :22803 Change Data Capture has scanned the log from LSN{%s} to LSN{%s}, %d transactions with %d commands have been extracted. To report on the progress of the operation, query the sys.dm_cdc_log_scan_sessions…

SQL Server Error Code – 39096 execution failed because its with clause

In this blog post, you’ll learn more about the SQL Server Error Code 39096 and the error message description that is shown SQL Server Error Code 39096 SQL Server Error Description for the Code :39096 Execution failed because its WITH clause specified different output columns from what ‘PREDICT’ function tries to return. The schema returned by ‘PREDICT’ function is ‘%ls’.

SQL Server Error Code – 21897 the query to determine whether the local

In this blog post, you’ll learn more about the SQL Server Error Code 21897 and the error message description that is shown SQL Server Error Code 21897 SQL Server Error Description for the Code :21897 The query to determine whether the local distributor ‘%s’ is the distributor for remote publisher ‘%s’ failed with error ‘%d’, error message ‘%s’.

SQL Server Error Code – 9721 service broker failed to clean up conver

In this blog post, you’ll learn more about the SQL Server Error Code 9721 and the error message description that is shown SQL Server Error Code 9721 SQL Server Error Description for the Code :9721 Service broker failed to clean up conversation endpoints on database ‘%.*ls’. Another problem is preventing SQL Server from completing this operation. Check the SQL Server error log for additional messages.

SQL Server Error Code – 12834 the database ‘%.*ls’ could not be create

In this blog post, you’ll learn more about the SQL Server Error Code 12834 and the error message description that is shown SQL Server Error Code 12834 SQL Server Error Description for the Code :12834 The database ‘%.*ls’ could not be created or altered to a contained database, because the computed column ‘%.*ls’ on %S_MSG ‘%.*ls’ depends on builtin function ‘%s’. In a contained database,…