insert that unique identifier column using newid()
like
insert into tbl (uniqueidentifiercolumn) values(newid())
ADKR
No comments:
Post a Comment