SQL Server Error Code – 22582 article ‘%s’ cannot be added or modified
In this blog post, you’ll learn more about the SQL Server Error Code 22582 and the error message description that is shown
SQL Server Error Code
22582
SQL Server Error Description for the Code :22582
Article ‘%s’ cannot be added or modified in publication ‘%s’. The replication of FILESTREAM columns is not supported for publications that have a ‘publication_compatibility_level’ of less than “90RTM” (SQL Server 2005). Specify a ‘publication_compatibility_level’ greater than or equal to “90RTM” by using sp_addmergepublication or sp_changemergepublication, or partition the article vertically so that the FILESTREAM column is not replicated.
Leave Your Comment