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 |
zeb596
Starting Member
1 Post |
Posted - 2007-07-20 : 12:07:30
|
Is there a way to backup database objects only on a remote database using OSQL? I have found where you can do complete database backups but thats not what I need. I want to backup stored procs, views, etc. to a file without backing up the data. Thanks! |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-20 : 14:26:32
|
Can't do that with backup, you can script them instead. |
 |
|
|
|
|