• I tried something like this myself.  I think you need to create a table for the results and then modify the stored procedure to run DBCC CHECKDB with the (undocumented) TABLERESULTS parameter.

    John