db source code control | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

db source code control

what do most people use for this?
(pro’s & con’s)

We use SourceSafe. It’s a familiar tool for the developers and fits well into our environment. MeanOldDBA
[email protected] When life gives you a lemon, fire the DBA.
it’s a bit of a manual process though isn’t it?

It can be automated. Pretty much the entire SourceSafe process can be automated with command line interface. Tie that into a .NET application or even stored procedures and you can automate the entire process. MeanOldDBA
[email protected] When life gives you a lemon, fire the DBA.
We have used VSS and PVCS on the development environment, but as referred VSS on production environment gave much ease to maintain the source code. For third party tools referhttp://www.devdirect.com/All/codervercontrol_PCAT_1946.aspx HTH Satya SKJ
Moderator
http://www.SQL-Server-Performance.Com/forum
This posting is provided “AS IS” with no rights for the sake of knowledge sharing.
Vault is another one:
http://www.sourcegear.com/vault/
]]>