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 |
|
gayoosoftware
Starting Member
8 Posts |
Posted - 2008-04-21 : 12:10:23
|
| How do backup/restore only 'stored procedure' of one database? we may use this query for another database with little changes. |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2008-04-21 : 12:15:20
|
| You would script them rather than back them up.Here's some SP's that will script SPs and other things from one or many databaseshttp://www.nigelrivett.net/DMO/DMOScripting.htmlThere's other info herehttp://www.nigelrivett.net/#DMOThis is something really simple that you can schedule from the client or server as a command linehttp://www.nigelrivett.net/DMO/ScriptFromCMDLine.htmlThat's for tables but SPs should be similar.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|