Is there a SVN plugin for SQL Server Management Studio 2005 or 2008? [closed]

放肆的年华 提交于 2019-12-03 10:54:38
Brian Slezak

Redgate's solution seems to be for versioning your database, not your files in your Solution Explorer. I've found two options for solution versioning:

1) Setting up TortoiseSVN as an external tool: http://jrummell.com/sql-server-management-studio-and-tortoisesvn

2) Agent SVN: http://www.zeusedit.com/agent/ssms/ms_ssms.html

I've tried neither of these options yet, but perhaps this helps someone's search

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.

There is a complete solution from Redgate. Here is the URL: http://www.red-gate.com/products/sql-development/sql-source-control/

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.

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

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

VisualSVN

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!