gpt4 book ai didi

sql - 无法删除 SQL Server 2005 中的约束, "Could not drop constraint. See previous errors"

转载 作者:行者123 更新时间:2023-12-02 19:00:33 26 4
gpt4 key购买 nike

我正在尝试删除数据库表上的约束,例如:

ALTER TABLE MyTable drop CONSTRAINT FK_MyTable_AnotherTable

但是执行只是运行并运行。如果我停止它,我会看到:

Msg 3727, Level 16, State 0, Line 2
Could not drop constraint. See previous errors.

网络搜索会弹出各种页面,但请注意该约束已正确命名,我正在尝试使用正确的名称将其删除

最佳答案

我在SQL Server 2008 R2上遇到了同样的问题,我用下面的行解决了我的问题,希望它也适用于其他人:)

    Alter Table [Table Name]
DROP Column [Column Name]

关于sql - 无法删除 SQL Server 2005 中的约束, "Could not drop constraint. See previous errors",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2592977/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com