Sunday, February 10, 2013

Integrating Team Foundation Server source control with SQL Server Management Studio

If you want to make Team Foundation Server source control available as a plug-in to SQL Server Management Studio (in my case SQL Server Management Studio 2012 SP1), you will have to install the Team Foundation Server MSSCCI Provider.

In my case, I made the initial mistake of assuming that I needed the 64-bit provider because I had installed the 64-bit version of SQL Server 2012.

Unfortunately, I was mistaken and determined that like Visual Studio 2012, SQL Server Management Studio remains a 32-bit application, therefore, I had to install the 32-bit version of the TFS MSSCCI Provider.

Both download links are available below:


Microsoft Visual Studio Team Foundation Server 2012 MSSCCI Provider 32-bithttp://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd


Microsoft Visual Studio Team Foundation Server 2012 MSSCCI Provider 64-bit

http://visualstudiogallery.msdn.microsoft.com/3c7b6813-2617-4d5f-9a1d-5ad980cab5d2

No comments:

Post a Comment