FYI - I'm both a DBD and Perl newbie.
I'm trying to figure out how to capture the output from a system stored procedure (specifically, sp_dbcc_recommendations). I thought I could just process the results like those from a select (ie: fetchrow_array()), but no luck. Since the ouput from the proc doesn't appear on my screen when I run the proc using DBI, I'm not sure how to get it.
Any help would be appreciated.