With microsoft sql server manager i know how to get this problem solved, but on the hosting where i am trying to update a old ASP Vbscript website i dont have access to this manager. and my question is:
Is possible from ASP VBscript environement to access a stored procedure sql script ? and to see what sql queries were used for this stored procedure ?
I know how to show their names but also i am interested in their content to know what tables do not touch with my modifications.
With microsoft sql server manager i know how to get this problem solved, but
Share
Here’s a nice little tutorial example
First, show all the stored procedures in the database:
Next, retrieve a stored procedure’s contents :