views:

172

answers:

4

I need to build a quick feasibility test / proof-of-concept of a remote database for a client, that will be populated with mostly-typical Company and People data (names, addresses, etc); 150K records or so. The sample databases mentioned here were helpful:

http://stackoverflow.com/questions/57068/good-databases-with-sample-data

...but, I'd like to be able to generate sample data like this easily on less-typical datasets as well. Anyone have any recommendations for off-the-shelf (or off-the-web) solutions?

A: 

I couldn't find a good one off the shelf and so we built one based on some simple concepts. If you don't find any good answers let me know and I'll share the structure and any files you need.

jerebear
+1  A: 

For SQL Server there is a great solution exists: RedGate SQL Data Generator. It's not cheap, but makes its job very well.

maxnk
A: 

Check out my answer to this earlier question here.

Not sure what database you are using but hopefully it proves useful. I still haven't used the tool myself but i have heard more good reports when i've passed on the link.

Jarod Elliott
A: 

For my specific need this time (which in this case was mostly "people"), I ended up going with Fake Name Generator's 1 Million fake names CSV file for $25. Seemed the quickest/easiest route for the volume of data I needed. Worth checking out if your needs are similar:

http://www.fakenamegenerator.com/

http://www.fakenamegenerator.com/order.php

Jamo