Read values of variables in SSIS

  • How can I read the value of the variables in my SSIS process?

    It execute fine. But I dont see what are the values that the var are taking. i have a foreach loop and some SQL task and I compare var values, but I dont see what is reading.

    any idea?

    Thank you in advance

  • Use the debugging components within BIDS to set a breakpoint on the task where you would like to evaluate the variable values. When your package execution reaches the breakpoint, type the variable names into the Watch window and it will display their current values.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • I dont know what im doing wrong. But my Watch window doesnt let me to type anything.

    I marked the breakpoint, the package stops there, but i can edit anything in the Watch window.

    any idea?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply