Hi All,
I'm generating test data from test data profiles and have several tables with identity columns. The data is generated fine, but I have to go in and add
set identity_insert %table% on
...
set identity_insert %table% off
around each table. I've never found where I can edit test data generation. Anyone know where I would do this?
BTW - In a previous thread some of were talking about modeling lists of values (like enumerations). I've found test data profiles can be helpful (use List).