SQL Server Error Msg 21275 – Cannot publish the schema-bound view ‘%ls’. The value specified for the @type parameter must be “indexed view schema only” (for snapshot or transactional replication) or “indexed view logbased” (for transactional replication only).

In this blog post, let’s learn about the error message “21275 – Cannot publish the schema-bound view ‘%ls’. The value specified for the @type parameter must be “indexed view schema only” (for snapshot or transactional replication) or “indexed view logbased” (for transactional replication only).” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

21275 – Cannot publish the schema-bound view ‘%ls’. The value specified for the @type parameter must be “indexed view schema only” (for snapshot or transactional replication) or “indexed view logbased” (for transactional replication only).

Reason for the Error

To be update soon…

Solution

To be update soon…