How to write to output window from SSIS package task script (in data flow) Get link Facebook X Pinterest Email Other Apps June 29, 2010 private void DebugPrint(string message) { bool monkey = false; ComponentMetaData.FireInformation(0,null, message, null, 0, ref monkey); } Read more