Why are the breakpoints set in Script Tasks of SSIS package (VS2005) being ignored??
I created a new package, added one simple Script Task to it, and no matter where I set the breakpoints in that task, they are being ignored. Help please!!!
Why are the breakpoints set in Script Tasks of SSIS package (VS2005) being ignored??
Share
Seems to be a known bug and there are several workarounds, depending on how you are running the package and what’s going on in the background. This thread has a lot of good information about it:
http://social.msdn.microsoft.com/forums/en-US/sqlintegrationservices/thread/710c4865-bc74-4f1d-a3b9-865109ee25c7/
Hope it has something that will work for you!