Windows SQL server 2003.
Currently my database is backed up fully each week and transaction every 12 hours.
As an alternative DB to the LIVE system I’ve been asked to create a copy of the db to allow non-processing users to just view and report on data.
As the application doesn’t have enough rigidty to be able to tie users down to non-process items it seems sense to not have these users prodding and poking around in the live data.
db is now created and works fine, but I’d like to automate the restore so as to have the copy db no more than 24hours out from live system without me doing a restore each morning.
The first obstacle I see is that the back up copies are obviously named according to the date/time of the backup, so would restore recognise and pick up the latest copy?
Would I have to automate the backup outside of the windows server management in order to specifically define the backup file name and then have restore use that same filename each time?
Appreciate it if someone could point in right direction please.
Thanks
Alan
Sunny Cheshire.