Tuesday, August 5, 2008

GUID Instead of Auto Number Primary key

It is good practice to implement GUID instead of Auto number for Primary key.
How will we implement it?
Jsut set default value (NEWID) for Primary key column.

SearchSQLServer: Expert advice on database administration