Sometimes you have to insert sample values within a SQL table to test its performance on a massive number of rows in order to identify some corrective actions: adding clustered indexes or not, views, statistics, etc… Are you looking for a script that quickly inserts a large number of rows…