exhaust unique data first + sdk
Hi ,
I have a couple of questions regarding the data generator.
1) When I generate data using a regular expression, I get duplicate results before all permutations are exhausted. For example, I have a regular expression (Joe|Jane...) (Blog|Bleg....) with four names in each. This should result in 16 unique permutations. However, if I generate 16 rows of test data, there are duplicates. From searching the boards, it seems you can't generate RegEx data for a 'unique' column so is there a way around this problem?
2) When generating data, the data is immediately outputted to the database. Is there a way to reroute this data to another source (such as a text document) instead? Could this be done by using the Visual Studio SDK?
Thanks for any help

