Activity overview
Latest activity by jarito
I would also like this. I have an app where every table has a Modified By and Modified Date. However, since we have a lot of legacy data, there are nulls in the columns. I would like to generate random modified by's, but then only generate a date if there is a non-null modify by. / comments
I would also like this. I have an app where every table has a Modified By and Modified Date. However, since we have a lot of legacy data, there are nulls in the columns. I would like to generate ra...
You can easily do what you all are asking with several tools that are available. Once you generate the data into your test database, then use something like this: http://www.codeproject.com/KB/database/ ... abase.aspx
To dump that data to SQL scripts. I agree that it should be a feature in Data Generator to skip the extra step, but it is possible to do so right now. / comments
You can easily do what you all are asking with several tools that are available. Once you generate the data into your test database, then use something like this:http://www.codeproject.com/KB/datab...