SQL Server Error Code – 21278 cannot publish the source object ‘%ls’.

In this blog post, you’ll learn more about the SQL Server Error Code 21278 and the error message description that is shown

SQL Server Error Code

21278

SQL Server Error Description for the Code :21278

Cannot publish the source object ‘%ls’. The value specified for the @type parameter (“indexed view logbased”) requires that the view be schema bound with a unique clustered index. Either specify a value of “view schema only” for the @type parameter, or modify the view to be schema bound with a unique clustered index.

Leave Your Comment