Is there a simple way to backup and restore all Microsoft SQL Server database objects related to a p
Posted
by Nathan Hartley
on Server Fault
See other posts from Server Fault
or by Nathan Hartley
Published on 2010-01-13T16:50:18Z
Indexed on
2010/03/30
8:03 UTC
Read the original article
Hit count: 372
I would like to backup, not only the databases that belong to a particular application living on a shared server, but also, those things that get stored outside of the database; the server accounts, jobs, maintenance plans and whatever else I can't think of at the moment. This backup should be complete enough that it's corresponding restore will recreate the entire application on a different SQL server. This seems like a problem others must have dealt with in the past. So before I embark on creating custom Powershell scripts for each application, I have come to ask you...
Can you help?
© Server Fault or respective owner