Category: SQL Server

SQL Server Error Code – 37202 an instance pool with name ‘%.*ls’ is bu

In this blog post, you’ll learn more about the SQL Server Error Code 37202 and the error message description that is shown SQL Server Error Code 37202 SQL Server Error Description for the Code :37202 An instance pool with name ‘%.*ls’ is busy with another ongoing operation. 37203 16 An instance pool with name ‘%.*ls’ is not empty. 37204 16 An instance pool with name…

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

In this blog post, you’ll learn more about the SQL Server Error Code 10535 and the error message description that is shown SQL Server Error Code 10535 SQL Server Error Description for the Code :10535 Cannot create plan guide ‘%.*ls’ because a plan was not found in the plan cache that corresponds to the specified plan handle. Specify a cached plan handle. For a list…

SQL Server Error Code – 20658 the value for the @identity_range parame

In this blog post, you’ll learn more about the SQL Server Error Code 20658 and the error message description that is shown SQL Server Error Code 20658 SQL Server Error Description for the Code :20658 The value for the @identity_range parameter must be a multiple of the increment for the identity column. The increment for table “%s” and identity column “%s” is %s.