Search code examples
ssisexecute-sql-task

What does a red circle on a task mean in an SSIS package?


I am creating a similar package to this package but I don't know the meaning of the red mark in the pic below:

enter image description here


Solution

  • Basically, you need to have breakpoints in that task, to have red mark coming in.

    See the below steps to enable breakpoints.

    Reference: Breakpoints in SSIS

    1. Go to breakpoints for a task

    Breakpoints for a task

    1. Enable breakpoints for specific event

    Edit Breakpoints