I know this questions is rather general, but I have searched the whole day and I haven\'t been able to find the proper way to do this.
Here is my code to insert some
You can use a numbers table to add multiple identical rows, for example:
INSERT INTO aTable ( aText, aNumber ) SELECT @param1 , @param2 FROM Numbers WHERE Numbers.Number<1000
The Numbers table is:
Number 0 1 2 <...>