Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add TFS as a Source control plug in to SQL Server Management Studio Express 2008?

In SQL Server Management Studio Express 2008 options, under source control the only available options "out of the box" are Microsoft Visual SourceSafe, and... (wait for it) ...Microsoft Visual SourceSafe (internet).

Since I do have VSTS 2008 installed, with the TFS client of course, I find it odd that SSMS Express doesn't include support for it, especially with the 2008 version.

Yeah, I know I can do all of what I (typically) do in SSMS Express from within VSTS and call it a day. However, it is a bit more involved than that and the tool of choice in some of the scenarios I am contemplating is the SSMS 2008 Express.

Is this an Express vs. full version thing? Or is it altogether not supported?

like image 946
Guillo Avatar asked Apr 06 '09 15:04

Guillo


2 Answers

You need to install this provider.

The Visual Studio Team System 2008 Team Foundation Server MSSCCI Provider enables integrated use of Team Foundation Version Control with products that do not support Team Explorer integration.

This does include SSMS

like image 102
JoshBerke Avatar answered Nov 17 '22 20:11

JoshBerke


For Visual Studio 2010, here's a link: http://visualstudiogallery.msdn.microsoft.com/bce06506-be38-47a1-9f29-d3937d3d88d6

For Visual Studio 2012 the link is http://visualstudiogallery.msdn.microsoft.com/3c7b6813-2617-4d5f-9a1d-5ad980cab5d2

like image 40
Craig Eddy Avatar answered Nov 17 '22 20:11

Craig Eddy