IF  EXISTS (SELECT * FROM sysobjects WHERE name = N'IX_Label_EndStatus')
ALTER TABLE [dbo].[Label_EndStatus] DROP CONSTRAINT [IX_Label_EndStatus]