• One solution would be to change the DATATYPE of the IDENTITY column to BIGINT.

    You would have to reload the table, and you would have to change foreign key columns in referencing tables to BIGINT.

    You would also have to change stored procedures or application code where there are temp tables or parameters for the identity column to BIGINT.