Running a SQL Stored Procedure in a Loop,
April 16, 2010 at 4:02 AM
The Stored Procedure has a date parameter. (exec myProc '2010-01-05'). myProc should run in a loop while the date is between '2010-01-05' and '2010-01-25'.
View All Comments
| View Tutorial