I am updating my database to have a column for a GUID for each record in a table.
This table is populated by several different sources and some of them will not pr
You can set the default value for the column to NEWID(). Then a GUID will be created and assigned only if one hasn't already been.
NEWID()