Dropping a uniwue clustered index HELP

From: marcmc (marcmc_at_discussions.microsoft.com)
Date: 03/30/05

  • Next message: Tibor Karaszi: "Re: Why Windows Authentication?"
    Date: Wed, 30 Mar 2005 07:59:07 -0800
    
    

    -- CREATE UNIQUE CLUSTERED INDEX [IX_TRt_lu_Trans_Subtype] ON
    [dbo].[TRt_lu_Trans_Subtype]([Tr_sub_type_id], [Tr_type_id]) ON [PRIMARY]

    drop index TRt_lu_Trans_Subtype.IX_TRt_lu_Trans_Subtype

    is taking forever, Why?

    This is really urgent


  • Next message: Tibor Karaszi: "Re: Why Windows Authentication?"