Can not drop UNIQUE index from table
问题 When I run this query ALTER TABLE "dbo"."ROOM" DROP INDEX "UNIQUE"; I got this message: Error 1018: Incorrect syntax near 'INDEX'. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax. The name of the unique index is, justly, UNIQUE . I think that is the problem, and it's an autogenerated name (for the SQL Server client that was used to create this index). This is the create table sentence: CREATE TABLE