We need to disable all tables identity properties. What we do now is for each table we SET IDENTITY_INSERT ON and for each table we generate insert / select list.
Is there a better, easier way to accomplish this, like database level settings, etc ?
Thanks