HiI'm tyring to add some additional useful information to the Reporting and Logging feature of Maintenance Plans and I was wondering how I would go about it.If I add Print statements, Select statements, RaisError statements; none of them are verbosed in the Logging feature. Is there a way of adding more details without having to swaping to Notify Operator and recreating the reports?Example Plan (TEST):(1) Execute TSQL Statement Task: RAISERROR ('123',10,1) SELECT '456' PRINT '789'
Output:NEW COMPONENT OUTPUTMicrosoft(R) Server Maintenance Utility (Unicode) Version 9.0.4053Report was generated on "****DELETED THIS****".Maintenance Plan: TestDuration: 00:00:00Status: Succeeded.Details:Execute T-SQL Statement Task (NZ-NZLDMG001,51433)Task start: 2010-10-03T16:08:36.Task end: 2010-10-03T16:08:36.Success
Notice that in the returned message, it doesn't verbose any of the TSQL output?Thanks,Jay