Possible Duplicate:
How do I add auto_increment to a column in SQL Server 2008
Hey all i created the table in gui however i forgot to set the primary key to autoincrement! name of the table is Emp_CV
.
Something like this:
alter table Emp_CV alter column Applicant_ID NOT NULL int AUTO_INCREMENT
how can i accomplish this? Am using SQL Server 2008!