Hello,
I'm trying to generate data for 3 tables.
TABLE 1 has 2 rows to insert
TABLE 2 has 96 rows to insert
TABLE 3 has 179 rows to insert
I selected data bound generator from production db for most of the columns of the tables - I have to use the same values as the production.
When I generate data for the tables, I get violation of UNIQUE KEY constraint/PRIMARY KEY constraint errors.
When I look at data generation preview, I see duplicates for some columns which shouldn't have.
According to the generator output query (SELECT * FROM prodution table), there are no duplicates and I'm trying to insert the exact number of rows which I get from the production db.
Can you please tell me what's wrong here?
Thanks
Bo