views:

1261

answers:

4

Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one?

+2  A: 

The only thing I know of at the moment is an Early Access Program for SQL Source Control from RedGate.

It is an EAP though, so is not even a complete but rough-around-the-edges product yet.

adrianbanks
We've shipped SQL Source Control 1.0 now. Please try it out and let us know if it meets your requirements. http://www.red-gate.com/products/SQL_Source_Control/index.htm
David Atkinson
A: 

I don't know of one, but have you tried database projects in Visual Studio? That's what I would recommend for developing and storing SQL scripts. And in VS you can use Ankh or VisualSVN.

glenc
A: 

This has worked pretty good for me in the past. Haven't tried with 2008, but I am guessing that it would work too.

Codeproject ScriptDB4Svn

bcanonica
A: 

I've used this before and been pretty happy with it.

VisualSVN

Jason Cumberland