Stored procedures and CVS

  • Hello,

    our company stores most of it's business logic in SQL Server stored procedures. As the number of employees grows, we are wondering how we can implement a CVS for our stored procedures so 2 developers don't work on the same procedure at the same time, etc.

    We would prefer working with something directly from sql server management studio.

    Any ideas?

    Thanks.

  • Did you check out SQL Source Control from Redgate? (Note: I haven't used it; I've just seen it advertised a bit lately...)

    Wayne
    Microsoft Certified Master: SQL Server 2008
    Author - SQL Server T-SQL Recipes


    If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it!
    Links:
    For better assistance in answering your questions
    Performance Problems
    Common date/time routines
    Understanding and Using APPLY Part 1 & Part 2

  • That's a nice tool, however, quite expensive for our tastes...

  • If your developers don't have the right to install the updates on the DB then there is no problem (co create_sp.sql, make changes, ci, tag, email DBA and ask him to update the sp using the tag).

    If your developers do have the right to install the updates on the DB there there will be problems 😉

Viewing 4 posts - 1 through 3 (of 3 total)

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