June 3, 2008 at 5:22 pm
How to switch between DB environments (Dev / Test / Prod) in Visual Studio 2005?
How to use Visual Studio 2005 to setup environments and configure build packages that will automatically manage configuration settings such as connection strings, datasources, DB object owners?
How to handle different DB object owners when switching between Dev / Test / Prod environments?
Thanks
June 3, 2008 at 6:26 pm
There are lots of ways to do this, but most of them come down to being organized and standardized in how you approach deployments.
I wouldn't give anyone Visual Studio access to production or QA. They only should access development, and then deploy things using a process, preferably automated to QA. That tests the deployment, and you test the code in QA. then use the same process to deploy from QA to production.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply