I'm doing a lot of development with a weekly demo to client. I have a development environment and a test environment.
Every week I have to backup the database on development and then use remote desktop to restore it on the test server.
I've tried using MSdeploy to move the database but haven't been able to get the dropDestinationDatabase switch working. See dropDestinationDatabase option on Web Deployment Commandline Tool
Does anyone know a good, simple technique to use here?