I have been trying to understand what the WITH VALUES
statement does?
I cant seem to find any documentation that explains it properly.
ALTER TABLE Table1
ADD newGuidId UniqueIdentifier NULL CONSTRAINT DF_Guid Default newid()
with values
question from:https://stackoverflow.com/questions/18680974/with-values-tsql