Getting sourcecontrol on stored procedures
Posted
by Steffen
on Stack Overflow
See other posts from Stack Overflow
or by Steffen
Published on 2010-03-25T07:33:27Z
Indexed on
2010/03/25
7:43 UTC
Read the original article
Hit count: 289
First off the technical stuff:
We're using VS 2008 pro and running a MS SQL 2008 server. For sourcecontrol we use Subversion.
We'd really like to keep our stored procedures in subversion, so we can tell what was changed, when and so forth.
However in order for this to work, it has to be seamless, otherwise the developers are just going to forget getting the procedures included in their commits.
So are there any good solutions for this ?
I'm certain we can't be the only company with this issue :-)
© Stack Overflow or respective owner