I want to repeat the execution of my package up to a certain date. What are the possible ways of doing this ?
I think that deploying it on SQL server agent might be one way. I need to do a recap of those steps. Until then, I was wondering if there a way to repeat package execution within SSIS itself. I could put all of my package inside a for loop and do that, but is there any other way ?