I have a project in SSIS and I added an Execute SQL task that sends its result to a variable. I wanted to confirm the value because I was worried that he would try to write it as a resultet object, not an actual integer (in this case, I return COUNT).
My first thought was to run it in debug mode and add a global variable to the My Clock window. Unfortunately, when I right-click on the "Clock" window, the "Add Variable" option is grayed out. What am I missing here?
I realized that my variable is configured correctly, so I do not need methods, for example, insert a script in an MsgBox with a value or something like that. For future reference, I would like to see variables in debug mode. If there are any restrictions, I would like to know what and why all this, if someone knows.
Help is extremely inadequate in this, and every โtutorialโ that I can find simply says: โAdd a variable to the Clock window and debug it,โ as if there should never be a problem with it.
Thank you for understanding!
debugging sql sql-server-2005 watch ssis
Tom H Feb 24 '09 at 15:23 2009-02-24 15:23
source share