Comments
1 comment
-
Just a follow up to this as it was dealt with via a private support call. Andrew wished to have leave existing data in a database and then populate additional data into those tables. This can be done by ensuring that the "Delete data from table before generation" button is unchecked, and this button can be found when you are looking at the particular table in question you are populating data for.
Pete
Add comment
Please sign in to leave a comment.
1. Load known test data set a
2. Generate 1000 rows of test data using SQL Data Generator
3. Load known test data set b
4. Generate another 1000 rows of test data using SQL Data Generator
5. Load known test data set c
So far, when I use SQL Data Generator to load the table, it wipes out the existing data and in the example above leaves me with just items 4 and 5 - the last set of generated data and my data set c.
Does anyone know whether it is possible to interleave the data as per my example?