How to set up Auto-Increment in SQL Server 2005


Is Identity --> Yes
Identity Seed --> Starting value
Identity Increment --> Number to be incremented by i.e if the previous number is 2 and identity increement is next number would 2+1
And then it will be "Allow nulls" = unchecked ..
More info => http://www.sqlservercentral.com/Forums/Topic300969-149-1.aspx

No Response to "How to set up Auto-Increment in SQL Server 2005"

Post a Comment

powered by Blogger