How to set up version control of stored procedures in sql server 2008?

  • 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?

  • Source Safe

    Team Foundation server

    or SVN are all viable options for source control of stored procedures. SVN does have a plugin to retrieve all of your objects from SQL server - might save a little time.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply