Restore all databases
mmrajesh
Posts: 2
How can I restore all the databases using Red-Gate backup
Comments
You may want to have a look at the restore database script on SQL Server Central, and replace the @cmd with SQL Backup specific commands. Here is the link to the script:
http://www.sqlservercentral.com/scripts ... riptid=962
There isn't a way to do this automatically within SQL Backup. It was an idea in the beginning, but there is just so much to go wrong -- to wit:
In a simple scenario, the script from SQL Server Central would work just fine, though.