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.
我想更新 sql server 2008 R2 中的表。它失败是因为该表依赖于不再存在的表(“未解析的实体”)。我想删除依赖。这是怎么做到的?
依赖关系是由某种表键、触发器等创建的。 所有这些都必须检查并在必要时删除。