SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
SSIS i am using vs2012 and how can i debug c# script in SSIS ? how to dispaly the value of variable in c# script in SSIS?
any simple way?
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
how can i debug c# script in SSIS ?
As in any Visual Studio solution, set a breakpoint, see
https://learn.microsoft.com/en-us/sql/integration-services/troubleshooting/debugging-control-flow?view=sql-server-ver16
Also refer to how-to-get-a-variables-value-from-script-task-in-ssis which gives the detailed steps.