Community

How to Insert Values into an Identity Column in SQL Server

(Bill Graziano) Identity columns are commonly used as primary keys in database tables. These columns automatically assign a value for each new row inserted. But what if you want to insert your own value into the column? It’s actually very easy to do.

Read More - Register for Free Membership