SQLSafe Backup Restore Scripts Automation
Anyone has written script to automate the restoration process when databases are backed up via SQLSafe? My backups run in this format:开发者_如何转开发
SQLSafe Backup (full - weekly) SQLSafe Backup (diffs - daily) SQLSafe Backup (log - every 15 minutes).
I wanted to find out of anyone has restore script automation already written for this.
Thanks in advance.
-Subhash
A quick search found this: "Auto generate SQL Server restore script from backup files in a directory". You'd use this if you have restore files ready to use
You can also build your own if you query sys.backup_files etc at the time of backup.
精彩评论