I would like to write the SQL (MS SQL 2005/08) script to insert random large number of data in the database to test the system again heavy data.
Now consider that i have sample of data like below for some columns
stats [fail, pending, success, done, successful, partial_done]
date [range preferably two end dates]
Now can i write SQL script which can pick the random entry for these columns from range and can help me create realistic random data instead of repeating only single entry ?