Debugging SSIS packages - debug.writeline

The debugging experience in SSIS is not what I expect.

I have a script task in which I added Imports System.Diagnostics to the class header, and in the code I have various messages like debug.writeline ("Attemtpting to move file").

But they do not appear in the output window.

Did I miss something?

+4
source share

Source: https://habr.com/ru/post/1315055/


All Articles