I want to make sure that we have a reliable backup/restore method in place. our database is used for our datawarehouse and is loaded up with daily sales info each night.
Our scenerio is as follows:
Do a full backup everynight of all the dbs. We only have one production db and a test version of it. Then all the default db that came with sql pubs, northwind, tempdb, master, msdb, model.
Do log file backups during work hours 8 - 5 Pm every 2 hours.
We only have one server so I can't try it out on another server.
We have a test version of the production database except less data. So I restored that db to a new db and compared the 2 and everything looks the same. Should I also try restoring the other pertinent db to another db name to make sure they restore as well . I.e master, model, msdb
What do other people do to test there backup plans. How ofter should I test them out to make sure they are reliable.
I'm fairly new to this dba role so any suggestions would be greatly appreciated. Thanks
Our scenerio is as follows:
Do a full backup everynight of all the dbs. We only have one production db and a test version of it. Then all the default db that came with sql pubs, northwind, tempdb, master, msdb, model.
Do log file backups during work hours 8 - 5 Pm every 2 hours.
We only have one server so I can't try it out on another server.
We have a test version of the production database except less data. So I restored that db to a new db and compared the 2 and everything looks the same. Should I also try restoring the other pertinent db to another db name to make sure they restore as well . I.e master, model, msdb
What do other people do to test there backup plans. How ofter should I test them out to make sure they are reliable.
I'm fairly new to this dba role so any suggestions would be greatly appreciated. Thanks