I'm using PHPRunner 8 with MSSQL 2012. I would like to use a test database which is identical in structure to the real database for development, then be able to change the database connection to the real database to go live. Is there an easy way to do this without losing my tables in the application?