Maintaining stored procedures in source control

Posted by dub on Stack Overflow See other posts from Stack Overflow or by dub
Published on 2010-01-07T23:54:41Z Indexed on 2010/05/09 20:28 UTC
Read the original article Hit count: 187

How do you guys maintain your stored procedures? I'd like to keep versions of them for a few different reasons.

I also will be setting up cruisecontrol.net and nant this weekend to automate builds.

I was thinking about coding something that would generate the create scripts for all tables/sprocs/udf/xml schemas in my development database. Then it would take those scripts and update them in source control every couple hours.... Ideally, I'd like to make this some sort of plugin/module for cruisecontrol.net.

Any other ideas?

© Stack Overflow or respective owner

Related posts about stored-procedures

Related posts about sql