Home Forums SQL Server 2005 SS2K5 Replication merge replication - "MSmerge_index_" The CREATE UNIQUE INDEX statement terminated RE: merge replication - "MSmerge_index_" The CREATE UNIQUE INDEX statement terminated

  • Ahh i got it .... there were few null rowguidcols which i have added after the update for testing

    select rowguidcol, count(1)

    from mytable

    group by rowguidcol

    having count > 1

    Thanks for viewing.