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 |
aatishpatel
Starting Member
8 Posts |
Posted - 2014-01-31 : 13:34:46
|
I use SQL 2008 R2 and I would like to find a script where I can backup multiple user databases, with copy_only option and also compress the databases. So looking for all these in one single script. Does anyone have any idea about this script and please send me if you have any. |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2014-01-31 : 14:38:13
|
You can put the individual scripts to backup each database into a script file and run that. Is that what you mean? |
|
|
|
|
|