Hi all, quick question:
Is the IDENTITY_INSERT persistent, or only for a single transaction. I'm of course trying to insert into a database that has Idenity, and was wondering if I can just have a stored procedure run at startup to loop through all tables with identity fields and set IDENTITY_INSERT to on.
If not, I'll just have code up scripts to restructure the tables.
Thanks,
Cooper