The ALTER TABLE statement allows only two-part (schema.object) table names. ...........To resolve the problem, remove the use of a 4-part prefix.When I read "ALTER TABLE statements allows only two-part", I assume that three part table names would fail. Database.Schema.Table is not two-parts, it is three. As far as I know Database.Schema.Table should still work. Maybe change the first sentence to:The ALTER TABLE statement does not allow four-part (server.database.schema.table) table names. (Or so
↧