Hi,
I've made a script for a script-component in a data flow. For debugging purposes I've used FireInformation a few times to give me some feedback on what the script is doing. But since the script takes a long time, and a lot of Information Events occur, the log get's really long. Now, I noticed that my job just stops after a while, not completing at all, no errors in the log. So I figured, maybe I'm just logging to much, so reduced the number of FireInformation lines by introducing a 'debuglevel' variable with which I can adjust the amount of debugging information flowing to the log. And sure enough, now the job runs smoothly.
So, my question: is there a limit of the amount of lines the log can carry when executed manually from visual studio?
FYI: this is SQL 2008 R2, pretty old, running on 64bit Win7 laptop with 16Gb RAM.
Kind regards,
Cedric