wanderingaround
MIS
Hello!
I wonder if this is possible.
I have an SSIS package which imports data from a couple of sources, uses fuzzy lookup and writes results to a table.
Is it possible for multiple users to call the same SSIS package (possibly simultaneously)?
Here's a little more detail:
A front end passes a name and address (source 1) to the package. Source 2 is the database. The fuzzy lookup component checks for matches and writes results to a table. At the moment the process is only ever run by one user.
Any thoughts or opinions on this greatly appreciated!
I wonder if this is possible.
I have an SSIS package which imports data from a couple of sources, uses fuzzy lookup and writes results to a table.
Is it possible for multiple users to call the same SSIS package (possibly simultaneously)?
Here's a little more detail:
A front end passes a name and address (source 1) to the package. Source 2 is the database. The fuzzy lookup component checks for matches and writes results to a table. At the moment the process is only ever run by one user.
Any thoughts or opinions on this greatly appreciated!