Backup/Restore database for SQL Server continuous integration testing
What is the best way to restore a SQL Server database on our testing server from a snapshot taken in production. 开发者_C百科Database is running on Windows Server 2003 with SQL Server 2008
We are using Bamboo along with Ant scripts for continuous integration running on Ubuntu.
I want to be able to restore the database to a backup taken from production and apply the latest update scripts.
Any advise is greatly appreciated.
DbUnit can probably help you.
http://www.dbunit.org/
精彩评论