1.

Write difference between stop and abort options in workflow monitor.

Answer»
STOP optionABORT option
It executes the session TASKS and allows another task to run simultaneously.  This fully terminates the currently running task.  
It will stop the integration services from READING the data from the source file. It waits for the services to be completed before taking any action. 
Processes data either to the source or to the target.  It has a 60-second timeout. 
The data can be WRITTEN and committed to the targets with this option. There are no indications of such commitment.  
In other WORDS, it doesn't kill any processes, but it does stop processes from sharing resources.  It ends the DTM (Data Transformation Manager) process and terminates the active session. 


Discussion

No Comment Found