Share via

SSIS - how to debug a variable

nononame2021 261 Reputation points
2022-06-07T03:47:00.207+00:00

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?

SQL Server Integration Services
0 comments No comments

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,621 Reputation points
    2022-06-07T07:14:36.917+00:00

    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

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. ZoeHui-MSFT 41,551 Reputation points
    2022-06-08T02:39:31.117+00:00

    Also refer to how-to-get-a-variables-value-from-script-task-in-ssis which gives the detailed steps.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.