Drop 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:
Related concepts
Refer to IDENTITY Columns with syb_identity