Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我更改视图“无法在模式绑定对象中指定索引提示”时收到此错误消息。
我该怎么做才能解决这个问题?
索引视图不能更改;它们必须被删除并重新创建。
我有同样的问题,那是因为你在 ALTER VIEW vw_MyView 之后有 WITH SCHEMABINDING 选项。删除该子句,它将允许您进行更改。尽管我已删除并重新创建了视图,但仅在删除 WITH SCHEMABINDING 选项后才起作用。