Get column names/types returned from a stored procedure

Viewed 31212

Is there a way via metadata (Information_Schema, perhaps?) to get a list of the columns a sproc will return? I'm trying to automate some code generation and that would help tremendously...

3 Answers
Related