how to determine programatically what output of a sp will be?
Posted by spiffo on 10/01/54 11:28
Using Sql Srv 7
I know I can use the system sp's sp_stored_procedures and sp_sproc_columns
to determine all the sps in a db, and what input parms there are for a
particular sp... but... if the sp returns a result set, is there a way to
find out the stru of that in a similar manner???