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:
- dev - on local machine local developer db
- test - on our local company server local company server db
- acceptance - production machine in separate iis application, running copy of production db
- 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
Post a Comment