Dropping IDENTITY columns

You can drop IDENTITY columns just like any other column, for example:

alter table stores
drop record_id

These are the restrictions for dropping an IDENTITY column: