Category: SQL Server

SQL Server Error Code – 20665 the republisher does not have a range of

In this blog post, you’ll learn more about the SQL Server Error Code 20665 and the error message description that is shown SQL Server Error Code 20665 SQL Server Error Description for the Code :20665 The republisher does not have a range of identity values from the root Publisher that it can assign to its Subscribers. Run the Merge Agent to synchronize with the root…

SQL Server Error Code – 25730 the extended events session named “%.*ls

In this blog post, you’ll learn more about the SQL Server Error Code 25730 and the error message description that is shown SQL Server Error Code 25730 SQL Server Error Description for the Code :25730 The Extended Events session named “%.*ls” was modified during the upgrade and one of the bucketizer targets was excluded from the Extended Events session. Only one bucketizer target is supported…

SQL Server Error Code – 30022 warning: the configuration of a full-tex

In this blog post, you’ll learn more about the SQL Server Error Code 30022 and the error message description that is shown SQL Server Error Code 30022 SQL Server Error Description for the Code :30022 Warning: The configuration of a full-text stoplist was modified using the WITH NO POPULATION clause. This put the full-text index into an inconsistent state. To bring the full-text index into…

SQL Server Error Code – 110 there are fewer columns in the insert st

In this blog post, you’ll learn more about the SQL Server Error Code 110 and the error message description that is shown SQL Server Error Code 110 SQL Server Error Description for the Code :110 There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified…

How to copy tables from a database to another in SQL Server ?

There are times when you may want to copy the tables from one database to another along with the data or import data along with the schema in SQL Server. One of the ways to do this is using the SQL Server Import/Export Wizard. How to copy tables from a database to another in SQL Server ? 1. Launch SQL Server Import and export wizard…