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
Calling one stored procedure from another using ssis 1 Answer
SET FMTONLY off 1 Answer
Capture and log Stored Procedure progress messages in SQL Server 2 Answers
Data De-duplication with multiple scenario - SQL Server 0 Answers
How to find out What stored procedures and ssis packages are connecting to the server? 0 Answers