Write a script to populate test data for employees. It should be possible for the script to populate the specified number of employees. The test data populated with the script should be imaginary but systematically correct.
By using SQL SERVER 2008
Write a script to populate test data for employees. It should be possible for the script to populate the specified number of employees. The test data populated with the script should be imaginary but systematically correct.
By using SQL SERVER 2008
Populate name test data example: http://www.mssqltips.com/sqlservertip/2181/populating-a-sql-server-test-database-with-random-data/
Also here: SO question