• kapil_kk (12/24/2013)


    Should I drop unique constraint and make non clustered index only or add more column in unique constraint instead of creating another nonclustered index?

    If the index is there to enforce uniqueness, then it needs to be there, as-is to enforce uniqueness. Otherwise you're reducing the integrity of the database by potentially allowing duplicates.

    Have you done performance tests? Is the performance of queries using this table inadequate?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass