0
kicks
Uniqueidentifier Column as Primary Key, a worst choice
The UNIQUE IDENTIFIER is a wide column (16 bytes to be specific) and contains a unique combination of 33 uppercase and numeric characters. While creating a surrogate key, this is not a good practice to create this key on a column with data type UNIQUEIDENTIFIER or GUID. Why ?