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
 SQL Server Administration (2000)
 Copy Stored Procedure

Author  Topic 

thanksfor help
Posting Yak Master

106 Posts

Posted - 2006-01-27 : 17:03:00
Hi,

I want to copy all the stored procedure and function of a database in a CD. Any help is appreciated.

Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-01-27 : 17:03:48
Right click on the database in Enterprise Manager, go to All tasks...Generate SQL script. Select your objects then save it to a file. Burn the file to CD.

Tara Kizer
aka tduggan
Go to Top of Page

thanksfor help
Posting Yak Master

106 Posts

Posted - 2006-01-27 : 17:22:44
Can this be done in SP because there are 150 SP and 100 functions in the Database

thanks
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-01-27 : 17:29:28
Enterprise Manager can do it all at once.

Tara Kizer
aka tduggan
Go to Top of Page

thanksfor help
Posting Yak Master

106 Posts

Posted - 2006-01-27 : 17:48:40
Thanks, I checked, it works fine.
Go to Top of Page
   

- Advertisement -