Test data generators / fastest route to create solid, non-repetitive, but not real database sample data?
I need to build a quick remote database feasibility / proof-of-concept test for a client that will be populated with typically typical company and people data (names, addresses, etc.); 150K records or so. The sample databases mentioned here were helpful:
... but, I would like to be able to generate sample data like this easily on less typical datasets. Anyone have any recommendations for out-of-the-box (or offline) solutions?
source to share
For my specific need this time (which in this case was mostly "people"), I ended up with the file name Fake Name Generator 1 Million under a $ 25 CSV file alias. Seemed to be the fastest / easiest route for the amount of data I needed. It's worth checking out if your needs are similar:
http://www.fakenamegenerator.com/
source to share
There is a great solution for SQL Server: RedGate SQL Data Generator . It's not cheap, but it does the job really well.
source to share