As per client requirement, our project has a functionality this needs to configure the stored procedure from UI along with user input. After successfully saved the configuration(Its created new procedure in database), I need to display the content(which database "tables" are used in it) of the stored procedure on display.
How can I do this?
Thanks in advance.