SQL Server auto-increment primary key
Can someone teach me how to auto increment the primary key? I am currenlty using ms sql server 2000. I had tried
create table TABLE1
(id int not null auto_increment primary key
);
but it did not work. Please help
[238 byte] By [
galgal5814] at [2007-11-11 8:15:33]
