Hi Lars,
yes, IDENTIY column is a very simple easy feature. We use it only as auto-increment ID column without extra sequence and trigger. Normally for auto-increment ID column we need only default parameter START WITH 1, INCREMENT BY 1 etc. Currently we try toavoid the NULL problem.
Thanks again for your explanation.
Best regards
Yujun