What is SSIS breakpoint?

 An SSIS breakpoint is a property that allows developers to debug and review the variable or data status at any point by pausing the execution of the package in the project. The breakpoints are configured in Business Intelligence Development Studio, generally known as BIDS. The following steps are followed to apply or remove SSIS breakpoints:

  • Go to the control flow interface within the BIDS section.
  • Right-click on the object that we want to apply or remove the breakpoint.
  • Select “Edit Breakpoint” and enable/disable the breakpoint.

Comments

Popular posts from this blog

Difference between ETL vs. ELT

What are the for each loop enumerators available in SSIS?

What are the SSIS package protection levels?