Category: SQL Server

SQL Server Error Code – 12117 cannot free the plan because a plan was

In this blog post, you’ll learn more about the SQL Server Error Code 12117 and the error message description that is shown SQL Server Error Code 12117 SQL Server Error Description for the Code :12117 Cannot free the plan because a plan was not found in the database plan cache that corresponds to the specified plan handle. Specify a cached plan handle for the database….

SQL Server Error Code – 30023 the fulltext stoplist ‘%.*ls’ does not e

In this blog post, you’ll learn more about the SQL Server Error Code 30023 and the error message description that is shown SQL Server Error Code 30023 SQL Server Error Description for the Code :30023 The fulltext stoplist ‘%.*ls’ does not exist or the current user does not have permission to perform this action. Verify that the correct stoplist name is specified and that the…

SQL Server Error Code – 35345 merge clause of alter partition statemen

In this blog post, you’ll learn more about the SQL Server Error Code 35345 and the error message description that is shown SQL Server Error Code 35345 SQL Server Error Description for the Code :35345 MERGE clause of ALTER PARTITION statement failed because two partitions on different filegroups cannot be merged if either partition contains columnstore index data. Consider dropping the columnstore index before issuing…