asp.net - Recommended way to download remote SQL server database -


i'm corrently setting our company dtap environment our asp.net web application. current setup this:

  1. dev - on local machine local developer db
  2. test - on our local company server local company server db
  3. acceptance - production machine in separate iis application, running copy of production db
  4. production - production machine on production db

i want add environment in order able reproduce bugs related data in production db. i'm deploying using teamcity , i'm looking easiest solution download production database (or backup of it) our company server , use if 'test on live data' environment.

what recommended way this?

right-click database on target server - "tasks" - "import data".

specify production server/tables source.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -