Cannot schema bind view MyName’ because name MyTable is invalid for schema binding

I fixed the issue by adding the schema name in front of all table references:

select [..] from schema_name.table_name

Leave a Comment