SQL Server Identity Column Detection

My application is an inventory management system and the ID column is used as part of the asset numbering, so the numerical ID indentity auto increment is critical. I have over 20 tables (with 1000s of rows) and all use a numerical autoincremented indentity, so moving to a GUID wouldnt work.