Hi there,
My aim is to feed with different configurations one of my SSIS packages scheduled for an Agent job.
How can I achieve this customization without to be modify every time my .dtsx or without using different Agent jobs per each configuration?
My package uses database, server, log, path, etc into user variables.
And the most important thing, in order to take advantatge of that where my .DTSX package must be (the server since I want to schedule does not have SSIS so I can't choose SSIS Package Store) File System, SSIS catalog??
Thanks for share your knowledge and comments!!