Comparison of identity columns and sequences

While IDENTITY columns and sequences are similar in many ways, there are also differences.

Examine these differences before you decide which to use.

An identity column has the following characteristics:

A sequence has the following characteristics:

While these are not all of the characteristics of these two items, these characteristics will assist you in determining which to use depending on your database design and the applications using the database.

Related reference
Create and alter an identity column
Create and use sequences