Category: SQL Server

SQL Server Error Code – 4349 the log in this backup set begins at lsn

In this blog post, you’ll learn more about the SQL Server Error Code 4349 and the error message description that is shown SQL Server Error Code 4349 SQL Server Error Description for the Code :4349 The log in this backup set begins at LSN %.*ls, which is too recent to apply to the database. This restore sequence needs to initialize the log to start at…

SQL Server Error Code – 22990 the value specified for the parameter @p

In this blog post, you’ll learn more about the SQL Server Error Code 22990 and the error message description that is shown SQL Server Error Code 22990 SQL Server Error Description for the Code :22990 The value specified for the parameter @pollinginterval cannot exceed 24 hours or be less than 0. Specify a polling interval (in seconds) that is less than or equal to 24…

SQL Server Error Code – 22528 cannot use a retention period unit other

In this blog post, you’ll learn more about the SQL Server Error Code 22528 and the error message description that is shown SQL Server Error Code 22528 SQL Server Error Description for the Code :22528 Cannot use a retention period unit other than “days” for publication “%s” because the compatibility level of the publication is lower than 90. Use sp_changemergepublication to set publication_compatibility_level to 90RTM.