
June 16th, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 874
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Source Code Management and Database Deployment
Source code control is used in development environments in which several programmers work with the same piece of code. Applications and databases that are created in a development environment must be deployed first in a test environment and then in a production environment; this raises a variety of issues. This article covers two different approaches for source code management and database deployment. It is excerpted from SQL Server 2000 Stored Procedure & XML Programming, second edition, written by Dejan Sunderic (McGraw-Hill/Osborne, 2004; ISBN: 0072228962).
Read the full article here: Source Code Management and Database Deployment
For more discussion go here: Blog Article Discussion
|