3

I'm corrently setting up our company DTAP environment for our ASP.NET web application. Current setup is like this:

  1. Dev - on local machine with local developer db
  2. Test - on our local company server with local company server DB
  3. Acceptance - Production machine in separate IIS application, running a copy of production db
  4. Production - Production machine on production DB

I want to add another environment in order to be able to reproduce bugs related to the data in the production db. I'm deploying everything using TeamCity and I'm looking for the easiest solution to download the production database (or a backup of it) to our company server and use if for a 'test on live data' environment.

What would be the recommended way to do this?

4

1 回答 1

1

右键单击目标服务器上的数据库-“任务”-“导入数据”。

将您的生产服务器/表指定为源。

于 2012-07-16T20:39:03.203 回答