Database Restores, how do you do it?
Hi All,
Background - like most businesses we have Dev, Acceptance and live environments for our developers. We are looking for a controlled way we can refresh the data in the Dev and Acceptance DBs from the current live database.
Historically, the backup solution at the time would dump a .bak file into a folder once the backup was complete. From there multiple scripts were ran to put the data back into either of the other DBs and sanitise it, ready for use by the developers.
Ideally we would like to find a way to automate the process as our new backup product doesn’t provide that functionality so we are currently taking manual backups every time the devs need fresh data.
Does anyone know of any low cost or free products that would do this? How is it done in other organisations?
Thanks in advance.