My Scenarion :
I do have SSIS Packages That are executing depending on the Line of business selected .(LOB)
LOB are selected from UI (a .Net Application) . from that the SSIS package (SQL JOB) are executed .
SSIS packages loads the data from source to destination . and does some validation on the data
requiremet :
Now the requirement is to execute the same SSIS packages for the multiple users ..
Suppose the User1 selected the LOB - Retail and loaded the SSIS packages (data Load) and at the same time others users should be able to load th data or execute the same
Please suggest some possible way to execute the same package for Multiple users . or tell some best Possible way so that it can be implemented .
Do i need to keep Track of teh users loading the Files(.csv) and then execute teh same in sequence .Please suggest ...?????