I deployed a SSIS package to SQL server by which 3 tables are refreshed from an external data source.
I ave an .Net application to call the SSIS package from a web page.
How do I prevent the package from being called by 2nd user when it has been called by a user and the data refreshing is already in progress?
Thanks