Stored Procedure Versioning

后端 未结 4 1603
-上瘾入骨i
-上瘾入骨i 2021-01-02 17:08

How do you manage revisions of stored procedures?

We have a BI solution on SQL Server 2005 with hundreds of stored procedures. What would be a good way to get these

4条回答
  •  甜味超标
    2021-01-02 17:50

    I have previously used a Visual Studio Database Project to manage create table scripts, stored procedure scripts etc. I'm fairly sure you could then use subversion to manage these files in the same way as any Visual Studio project.

    I used the built in functionality for scripting the procs, but i'm sure Redgate would have some tasty tools for that.

提交回复
热议问题