I want to build an employees table using SQL SERVER 2008 , and in my table I want to have an ID for each employee .
SQL SERVER 2008
I heared about GUID and
Don't use uniqueidentifier as primary key if clustered (which is the default for PKs)
Seriously: use a standard IDENTITY instead