You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2006/07/26 06:46:17 UTC

[jira] Resolved: (DDLUTILS-119) Dropping unique index properly on SQL Server.

     [ http://issues.apache.org/jira/browse/DDLUTILS-119?page=all ]

Thomas Dudziak resolved DDLUTILS-119.
-------------------------------------

    Resolution: Duplicate

> Dropping unique index properly on SQL Server.
> ---------------------------------------------
>
>                 Key: DDLUTILS-119
>                 URL: http://issues.apache.org/jira/browse/DDLUTILS-119
>             Project: DdlUtils
>          Issue Type: Bug
>          Components: Core - SqlServer
>    Affects Versions: 1.0
>            Reporter: Jun Li
>         Assigned To: Thomas Dudziak
>
> On SQL Server, some unique indexes are created automatically to enforce the UNIQUE constraint. 
> For this kind of unique index, we cannot use DROP INDEX command to remove them, should use ALTER TABLE table_name DROP CONSTRAINT index_name instead.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira