I have two SQL Server 2000 servers, a production machine and one for backup/development use. The backup box was initially set up by loading a Ghost image of the production server to it. The database is the back end for a batch processing system and changes occur on a set schedule and can easily be reproduced.
My question is, if I back up the database and tran log files each night, in case of a failure of the production server can I restore the backed-up files to the spare server, then reproduce the day's changes to bring the database to the same state the production server was at and put it into production? Would this involve just backing up the MDF and LDF files?
Thanks in advance for any light you can shed on this for me. Please forgive my obvious ignorance.
Brad
My question is, if I back up the database and tran log files each night, in case of a failure of the production server can I restore the backed-up files to the spare server, then reproduce the day's changes to bring the database to the same state the production server was at and put it into production? Would this involve just backing up the MDF and LDF files?
Thanks in advance for any light you can shed on this for me. Please forgive my obvious ignorance.
Brad