Hi guys,
I have a package that I want to call two stored procedure from.
The first one initialize the ssis batch. However, I want this stored procedure to lock my batch table so that no other process can query the table.
Then the second patch completes the ssis batch. And I want this task to unlock the batch table after each successful run.
me