Possible Duplicate:
SQL Populate table with random data
How to insert random values to table field? like if i want to enter 100 virtual phone numbers of 100 students, how can i do that? Thanks. Ps: It should be a 9 digit random number?
Possible Duplicate:
SQL Populate table with random data
How to insert random values to table field? like if i want to enter 100 virtual phone numbers of 100 students, how can i do that? Thanks. Ps: It should be a 9 digit random number?
You could use the following site to generate sample random data: http://www.generatedata.com
Go to the Generator tab, select ResultType as SQL, provide the field names and click the Generate button.