Columns in this expression have incompatible collations.

An expression you supplied in an indexed view definition uses two columns with different collation settings, so a collation clause has been added to one of the columns. But an indexed view definition cannot contain the collation clause. Modify the view definition by either removing the expression with the incompatible columns or remove the indexes from the view.