Retaining Primary Key Values from Master Table loads

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

  • James BJames B Posts: 1,124 Silver 4
    Thanks for your post. Most likely is that the PK column in the target is set up as a server-assigned Identity value. SQL Data Generator will always default to leaving this as server assigned.
    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?
    Systems Software Engineer

    Redgate Software

Sign In or Register to comment.