Retaining Primary Key Values from Master Table loads
zdgfastineau
Posts: 4
I need to copy a few master tables as a part of a data generation project. When I try to do this I can pull all the master tables field values except (most important) the Primary Key value. How does one keep these master tables in tact without loosing the PK value? Our code sometimes depends on these values.
Comments
We do have a feature request to allow it to set identity insert to help (ref. SDG-634) but as yet it has no fix date.
The only workaround I can think of is to drop the PK before working with the tool, then putting it back afterwards?
Redgate Software