question

paws27284 avatar image
paws27284 asked

When calling stored procedures in Execute SQL task in SSIS, do they run simultaneously?

I have the following in a single Execute SQL task. Does the first one complete before the second one starts?

exec XXXX.dbo.usp_INT_fctCharges

exec XXXX.dbo.usp_fctCharges

ssisstored procedures
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
red68 avatar image
red68 answered

They will run sequentially in top down order just like a sql statement.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.