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
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.