BunnyBoiler
MIS
I have a table with an int primary key. Identity is not set on as the application using the table doesn't like it.
I need to write a DTS package that will import data into the table - but I need the import to work as though identity is on. I can't switch it on the table, do the import and then switch it off as this will upset users.
Any ideas how I can design my DTS to import records with the primary key column being updated with the next number for each new record?
B Boiler
I need to write a DTS package that will import data into the table - but I need the import to work as though identity is on. I can't switch it on the table, do the import and then switch it off as this will upset users.
Any ideas how I can design my DTS to import records with the primary key column being updated with the next number for each new record?
B Boiler