On 7/24/06, Jun Li <[EMAIL PROTECTED]> wrote:
Unique index on SQL Server is used for UNIQUE KEY constraint enforcement, therefore, instead of using DROP INDEX index_name; should use ALTER TABLE table_name DROP CONSTRAINT index_name;
Please create a JIRA issue and target it for 1.0. Tom
