Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 632
Steve Avatar asked Nov 11 '09 16:11

Steve


People also ask

How do I connect to SQL Server 2005 Management Studio?

From the Start menu, go to All Programs, select Microsoft SQL Server 2005, and then SQL Server Management Studio (as shown in the Figure 1-1). You will get the screen shown in Figure 1-2. This screen allows you to connect to Microsoft SQL Server 2005.

Does SQL Server 2019 include management studio?

Go ahead and restart your PC. In the Start menu (assuming you're using Windows OS), you'll see Microsoft SQL Server 2019 , which contains Microsoft SQL Server Management Studio .

Does Visual Studio need SQL Server?

Generally, It is required to install sql server database with visual studio setup.

Is Microsoft SQL Server Management Studio MySQL?

Both MySQL and MSSQL have IDE tools, but you'll need to match the right tool with the appropriate server. MySQL has Enterprise Manager and MSSQL uses Management Studio.


1 Answers

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

like image 84
Brian Slezak Avatar answered Sep 19 '22 07:09

Brian Slezak