I meant the unique indexes created by defining unique constraints. For other unique indexes should still use DROP INDEX table_name.index_name.
On 7/25/06, Thomas Dudziak <[EMAIL PROTECTED]> wrote:
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
-- -------------- Cheers, Jun
