Category: SQL Server

SQL Server Error Code – 9943 informational: full-text %ls population

In this blog post, you’ll learn more about the SQL Server Error Code 9943 and the error message description that is shown SQL Server Error Code 9943 SQL Server Error Description for the Code :9943 Informational: Full-text %ls population completed for table or indexed view ‘%ls’ (table or indexed view ID ‘%d’, database ID ‘%d’). Number of documents processed: %d. Number of documents failed: %d….

SQL Server Error Code – 10502 cannot create plan guide ‘%.*ls’ because

In this blog post, you’ll learn more about the SQL Server Error Code 10502 and the error message description that is shown SQL Server Error Code 10502 SQL Server Error Description for the Code :10502 Cannot create plan guide ‘%.*ls’ because the statement specified by @stmt and @module_or_batch, or by @plan_handle and @statement_start_offset, matches the existing plan guide ‘%.*ls’ in the database. Drop the existing…

SQL Server Error Code – 16938 sp_cursoropen/sp_cursorprepare: the stat

In this blog post, you’ll learn more about the SQL Server Error Code 16938 and the error message description that is shown SQL Server Error Code 16938 SQL Server Error Description for the Code :16938 sp_cursoropen/sp_cursorprepare: The statement parameter can only be a batch or a stored procedure with a single select, without FOR BROWSE, COMPUTE BY, or variable assignments.

SQL Server Error Code – 2803 sql server has encountered %d occurrence

In this blog post, you’ll learn more about the SQL Server Error Code 2803 and the error message description that is shown SQL Server Error Code 2803 SQL Server Error Description for the Code :2803 SQL Server has encountered %d occurrence(s) of cachestore flush for the ?%s? cachestore (part of plan cache) due to some database maintenance or reconfigure operations.

SQL Server Error Code – 3914 the data type ?%s? is invalid for transa

In this blog post, you’ll learn more about the SQL Server Error Code 3914 and the error message description that is shown SQL Server Error Code 3914 SQL Server Error Description for the Code :3914 The data type ?%s? is invalid for transaction names or savepoint names. Allowed data types are char, varchar, nchar, varchar(max), nvarchar, and nvarchar(max).