Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

recreate all Stored Procedures

Status
Not open for further replies.

akbar128

Technical User
Sep 29, 2003
15
0
0
DE
Hi,

how can I recreate all Stored Procedures from a Database?

The SP ar only stored in the DB.

ASE 12.5

Best regards
akbar
 
You will have to script out all the procedures and re-run the scripts? Do you use embarcadero? If so you can right click on each proc to create a script.

- Paul [batman]
- If at first you don't succeed, find out if the loser gets anything.
 
Hi Paul,

Do you have such a Script?

Best regards
akbar
 
akbar,
You have to create the script from your current compiled stored procedures in the database. If you have access to the database and a tool like embarcadero you can create the scripts that will re-create your procedures.
Also,
I'm just curious but why do you think you need to re-create your procedures?

- Paul [batman]
- If at first you don't succeed, find out if the loser gets anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top