不容許對索引顯式地使用 DROP INDEX,該索引正用於 UNIQUE KEY

[轉載]http://blog.csdn.net/w87875251l/article/details/7929657sql

 

不容許對索引顯式地使用 DROP INDEX,該索引正用於 UNIQUE KEY 約束的強制執行的解決方法.net

 


今天在Microsoft Sql Server Management Studio中刪除索引時報出瞭如下錯誤:
不容許對索引 'dbo.Sale_BOM.IX_Sale_BOM_GMIDandDate' 顯式地使用 DROP INDEX。該索引正用於 UNIQUE KEY 約束的強制執行。blog

------------------------------
刪除 對於 索引「IX_Sale_BOM_GMIDandDate」失敗。  (Microsoft.SqlServer.Smo)索引

有關幫助信息,請單擊: http://go.microsoft.com/fwlink?
ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.Fail
edOperationExceptionText&EvtID=刪除+Index&LinkId=20476get

------------------------------
其餘信息:io

執行 Transact-SQL 語句或批處理時發生了異常。 (Microsoft.SqlServer.ConnectionInfo)table

------------------------------List

出現這種提示時,可改成sql語句刪除便可,示例以下:sql語句


alter table Sale_OrderList drop constraint IX_Sale_BOM_GMIDandDate方法

相關文章
相關標籤/搜索