SSIS中的調試經驗並不是我所期望的。調試SSIS包 - debug.writeline
我有一個腳本任務,我在類的頭部添加了一個Imports System.Diagnostics
,並且在代碼中我有各種debug.writeline(「Attemtting to move file」)類型的消息。
但是,它們不顯示在輸出窗口中。
我錯過了什麼嗎?
SSIS中的調試經驗並不是我所期望的。調試SSIS包 - debug.writeline
我有一個腳本任務,我在類的頭部添加了一個Imports System.Diagnostics
,並且在代碼中我有各種debug.writeline(「Attemtting to move file」)類型的消息。
但是,它們不顯示在輸出窗口中。
我錯過了什麼嗎?
How to: Debug a Package by Setting Breakpoints on a Task or a Container
Breakpoints in SQL Server 2005 Integration Services SSIS
Watching variables in SSIS during debug - Stack Overflow
要捕獲Debug.WriteLine
輸出,下載並運行獨立DebugView
謝謝你。任何關於使用debug.writeline的文章? – cometbill 2010-07-08 14:06:48
好叫託德。您也可以使用Dts.Log(),但查看它稍微麻煩一些 – JasonHorner 2010-07-09 03:45:37