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
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
19 People are following this question.