I have a website that runs in one server and is used to preview some content. Once the user is happy with it, it needs to be approved and published to the live server. This only implicates copying data from a few tables...
What's the best way of approaching this?
EDIT: I'm using ASP.NET 4, MVC2, SQL Server 2005 on the local server, and SQL Server 2000 in the live one.
Thanks