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.
| Author |
Topic |
|
opi
Starting Member
29 Posts |
Posted - 2008-03-11 : 14:39:38
|
| Hi,I know how I can export a singe stored procedure to a file, clipboard etc..But I have several stored procedures and I can't multi select them allWhat's the best practice to export all stored procedures from a database? |
|
|
jimf
Master Smack Fu Yak Hacker
2875 Posts |
Posted - 2008-03-11 : 14:44:27
|
| You can script them all to a file, if that will help. Go to Object Explorer Details in SSMS (View\Object Explorer Details). You can multiselect your sprocs there, right-click and Script As to a file.I hope that helps.Jim |
 |
|
|
opi
Starting Member
29 Posts |
Posted - 2008-03-12 : 05:11:45
|
| Thank you, that helped |
 |
|
|
|
|
|