Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
Test Data Generator Home Page
Some times, To test if the stored procedures run fast enough and to check how the application behaves when there is huge volume of data at the back end, we
need to insert huge number of rows into database tables keeping in mind the
foreign key relationship between them. This application currently
spports SQL SERVER 2000, 2005 and MSDE.

How to use this tool
Please make the connection string information changes in the config file. Execute the application. Select the table and choose the number of rows.
A text file will be created in the folder that contains the necessary SQL statements to insert the data. Execute these statements in Query analyser and
there you get all the records.
Last edited Jul 25 2006 at 2:29 AM  by balachandarg, version 2
Comments
austegard wrote  Jul 27 2006 at 1:41 PM  
Some code would be nice.

balachandarg wrote  Dec 12 2006 at 7:07 PM  
Code has provided

Hooyoo wrote  Dec 11 2007 at 8:32 AM  
Too simple. Have a look at http://www.sqledit.com/dg.

Updating...