Community

Refresh the Primary Key Identity Column during Insert Operation

(John Chen) If you have an identity primary key column defined in a database table, its value will be automatically set by the database engine when you insert a new row to the table. The identity value is determined by the column’s Identity Seed and Identity Increment properties.

Read More - Register for Free Membership