auto incrementing id in sql server

Posted by Sagar on Stack Overflow See other posts from Stack Overflow or by Sagar
Published on 2010-05-05T08:53:25Z Indexed on 2010/05/05 13:48 UTC
Read the original article Hit count: 178

Filed under:
|

How to auto increment an id in SQL Server whenever a new row is inserted in the table? This id is primary key of the table.

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server-2000