transparent
Programmer
I have just imported some data from an excel document into a sql database.
Currently there is no primary key column, so I have added a new column of type uniqueidentifier.
I have 3000 rows. How can I generate the guid values for this column?
Currently there is no primary key column, so I have added a new column of type uniqueidentifier.
I have 3000 rows. How can I generate the guid values for this column?