add uniqueidentifier field to existing table
add uniqueidentifier field to existing table
(OP)
hey guys and gals,
is there a way to add a uniqueidentifier field to an existing table that already has data in it.
is there a way to add a uniqueidentifier field to an existing table that already has data in it.
RE: add uniqueidentifier field to existing table
CODE
This should populate what is already there with an ideltity as well so it's up to date. Test first though, then test adding a row after to make sure continuity of the seed is correct as I haven't tested the whole thing.
HTH,
M