SSIS: How to step through code in a Script Component or Task?
I would r开发者_如何学Ceally like to be able to see my code in action because it is failing, but i don't know where.
Script Tasks will let you set breakpoints and step through them. Script components (in data flows) are a little trickier. I usually just sprinkle them with MessageBoxes to help me figure out where the code is failing and what the values of key variables are.
精彩评论