Suppressing DBCC Messages

  • I need to run a DBCC command in my DTS package and it data transforms to an Excel file. Problem is I get the invalid pointer error when it runs because it gives the completion message. NOCOUNT is on.

    Thoughts?

  • Try using 'with NO_INFOMSGS'. Not sure if all DBCC supports it or not.

    Andy

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply