I have an existing table that I am about to blow away because I did not create it with the ID column set to be the table\'s Identity column.
ID
Using
[id] [int] IDENTITY(1,1) NOT NULL,
of course since you're creating the table in SQL Server Management Studio you could use the table designer to set the Identity Specification.