vote up 2 vote down star
2

I saw this question about large datasets and it prompted me to ask how (or if) people are generating test data for themselves. One of the answers mentioned Visual Studio for Database Professionals and a product from Red Gate (SQL Data Generator as it turns out). I came across generatedata.com yesterday. Are there any other tools people are using that they've had a lot of success with?

flag

3 Answers

vote up 2 vote down check

I have used DBMonster with good success.

link|flag
Thanks for this. I hadn't heard of this project before you mentioned it. – Scott A. Lawrence Dec 17 '08 at 17:52
vote up 1 vote down

In most situations, I just generate it in excel, then generate inserts.

It's dead simple & I can generate the type of data I might expect. The downside is 'it generates data I expect'. But it ussually works for me.

link|flag
vote up 1 vote down

I wrote a shell-script, that took a file with some real data, modified in loop some fields and inserted it to the database. That way I could insert millions of different SQL-rows that look mostly like data generated by real work.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.