all groups > visual studio .net enterprise tools > august 2006 >
You're in the

visual studio .net enterprise tools

group:

Deployment Questions


Deployment Questions Nick K.
8/30/2006 10:28:25 AM
visual studio .net enterprise tools:
We deploy a web application and windows services accross web and application
servers. This is done by getting a branch in Team Foundation Server and
building that branch. There is also a step of setting up the web.config file
with the correct configuration (database, .Net Remoting, Message Queue).
Then nant scripts are run that do the deploy.

In the future, database script deployment may become a part of this process.
This has gotten quite complex and time consuming. What software tools and
technology are out there to perform these steps? Is there a commercial
software product available to do configuration and deployment?


Re: Deployment Questions Bryan Phillips
10/15/2006 4:40:13 PM
If you need to simply run scripts to recreate the database, you could
use the osql.exe program (SQL 2000) or the sqlcmd.exe program (SQL 2005)
to run the scripts. Otherwise, I would look into using software from
www.red-gate.com or consider looking at the new Database Developer
version of Visual Studio Team Suite.

Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com




[quoted text, click to view]
AddThis Social Bookmark Button