Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 SQL Server 2008 Version Control for stored procedu

Author  Topic 

Timf1234
Starting Member

4 Posts

Posted - 2010-09-11 : 00:16:52
I want to maintain the version control of stored procedures in the sql server 2008. Is there a way to do so? Or do I need to use Visual Studio 2010 IDE to do so?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-09-11 : 00:26:30
A lot of people use Visual SourceSafe (VSS) or Subversion (free). Some use VS Team System, but that gets complex and only needed if you are working with a team of developers. I briefly used Perforce (liked it but didn't end up using it) and also Rational ClearCase (hated it).

Here's a list of them: http://en.wikipedia.org/wiki/List_of_revision_control_software


Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -