Hello,
I am trying to generate test data (small set) for our databases. What is an easy way to do so? It should also take care of RI. I tried data generetor tool in VSTS. But it looks I have to manually go thru the tables to generate the data (I have about ~100 tables in my db).
Is there any script which can inject data into the database taking care of RI issues? Please suggest any good methods I need to follow.
Thanks