Hi, i need a GUID
at row level in my table (name column RowGuid)
datatype is uniqueIdentifier.
Do I need also state it as a UNIQUE KEY
(alternate key)?
Ex:
RowGuid uniqueIdentifier UNIQUE KEY
Thanks
Hi, i need a GUID
at row level in my table (name column RowGuid)
datatype is uniqueIdentifier.
Do I need also state it as a UNIQUE KEY
(alternate key)?
Ex:
RowGuid uniqueIdentifier UNIQUE KEY
Thanks
just one thing you have to remember : Unique Key column allows only one row having null value.
I dont think because GUID are unique.