1:
alter table yourtable add formatted_key = right( '000000' + cast(your_identity_key as varchar(10)), 6)