Quantcast
Viewing all articles
Browse latest Browse all 24688

Stored procedure for Batch Initialization

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


Viewing all articles
Browse latest Browse all 24688

Trending Articles