Tag: MS SQL Server Error Codes

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.

SQL Server Error Code – 33542 unsupported operation near line ‘%d’; op

In this blog post, you’ll learn more about the SQL Server Error Code 33542 and the error message description that is shown SQL Server Error Code 33542 SQL Server Error Description for the Code :33542 Unsupported operation near line ‘%d’; operations on encrypted columns with string data types require a *_BIN2 collation. However, the column or the variable uses the ‘%.*ls’ collation.