Search code examples
tfsssisssis-2012

SSIS TFS configuration


I am trying to source control ssis packages

Installed TFS server component and created Team project collection.

There is no plug in to select in DATA TOOL->Option->Source control->Plugin

How to do this on SSIS 2012 !?

I have also installed explorer and expecting the visual studio level check in facility would appear in SSIS Data tools.


Solution

  • Assuming you have installed TFS 2012, and installed Team Explorer for VS 2012. after creating Team Project Collection, you also need to create a Team Project in Team Explorer.

    To connect to TFS in SSDT, you can follow:

    1. Launch SQL Server Data Tools (SSDT).
    2. On the Team menu, click Connect to Team Foundation Server.
    3. In the Team ExplorerConnect pane, click Connect.
    4. In the Connect to Team Foundation Server dialog box, click Servers.
    5. In the Add/Remove Team Foundation Server dialog box, click Add.
    6. In the Add Team Foundation Server dialog box, enter the server information, click OK, and then click Close in the Add/Remove Team Foundation Server dialog box.
    7. In the Connect to Team Project dialog box, select the server you’ve added, click the appropriate team project, and then click Connect.