Hi,
Running the Package that was stored in SQL Integration Services on SQL Server 2012
1. Run using dtexec command
2. Results in SQL, Query took 4:31 mins.. to execute. And detail steps were shown in output itself.
Running the Package that was stored in SSISDB package on SQL Server 2012
1. Run using dtexec command
2. Result came in 1 sec.. in SQL , Row 7 is showing as check SSIS DB report for details
3. Then end time of the above sql query was taken as start time in the report. And the package execution took around 2 mins.. (End time)
4. Same start and end times were noted in the below table
Please let me know if there is any means to force the dtexec command to return the resultset of SSISOutput (in case of SSISDB) upon the completion of execution of package.
Currently, our internal tool executes the consecutive packages based on the completion of previous package when stored in Integration services but it is not working when trying to run the packages stored in SSISDB folder.
Thanks in advance.
Note: Package names/folder names are overwritten due to internal policies.
Regards,
Kiran
Simple Living, High Thinking.. :)