views:

1436

answers:

1

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?

Thanks in advance.

Guillermo Salas

+2  A: 

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

JoshBerke