I have a demo site where anyone can log in and test the management interface.
Every hour, I would like to clear all the data in the SQL 2008 database and restore it from the original.
Red Gate Software has some awesome tools for this, but they are now out of my budget.
Can I just backup the database data file and then create a C # console application that will delete it and copy over the original. Then I may have a window schedule task to run .exe every hour.
It's simple and free ... will it work?
I am using the web version of SQL Server 2008 R2
I understand that Red Gate Software is technically better, because I can configure it to analyze db and only update records that have been changed, and the approach that I have above is similar to a “sledgehammer”.
database sql-server sql-server-2008
aron
source share