G
Guest
I am able to retrieve the schema for a set of stored procedures by running
each of the stored procedures and then calling GetSchemaTable but I don't
want to run the stored procedure if it is going to modify the database. How
can I get the output schema for a stored procedure either without having to
execute the stored procedure or changing each stored procedure so that the
INSERT, UPDATE, DELETE, etc. doesn't happen (but the schema is still
returned).
Thank you for your suggestions.
Kevin
each of the stored procedures and then calling GetSchemaTable but I don't
want to run the stored procedure if it is going to modify the database. How
can I get the output schema for a stored procedure either without having to
execute the stored procedure or changing each stored procedure so that the
INSERT, UPDATE, DELETE, etc. doesn't happen (but the schema is still
returned).
Thank you for your suggestions.
Kevin