September 2, 2011

Create Identity column in SQL Server.

We can easily create Identity column in SQL Server SSMS.
In design window we need to specify only.

Here Identity Increment is gap of two consecutive value in a identity column and Identity Seed
is from where value will start in column.

That’s It.
Enjoy Learning.

No comments:

Post a Comment