Hi,
Is anyone aware of a way to create a table definition from a stored procedure result set?
I have a stored procedure which produces a result set with 30+ columns, I'd like to get this into a table without having to manually create all the table columns.
Is there a built in procedure that will dump out the column names and types..?
Thanks.