Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 How to scrip an object

Author  Topic 

cbecerra
Starting Member

38 Posts

Posted - 2001-12-21 : 16:53:23
I was wondering if anyone knew how to script a store procedure using tsql commands.

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2001-12-21 : 17:52:34
Use sp_helptext. This assumes the sproc is not encrypted. If it is, you're outta luck.

-------------------
It's a SQL thing...
Go to Top of Page
   

- Advertisement -