Hi guys,
I have an SSIS package that I want to be executing using SQL Server job. The major challenge I have is that the package loads transaction from SQL Server data source for a specific date range which is not uniform. And each time I want to execute the package I have to go the SSIS package to manually change the date range.
Is there a way I can change this date range (in the SQL Server Job) without going to the SSIS package each time I want to run the package.
me