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.
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:
- Launch SQL Server Data Tools (SSDT).
- On the Team menu, click Connect to Team Foundation Server.
- In the Team Explorer – Connect pane, click Connect.
- In the Connect to Team Foundation Server dialog box, click Servers.
- In the Add/Remove Team Foundation Server dialog box, click Add.
- 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.
- In the Connect to Team Project dialog box, select the server you’ve added, click the appropriate team project, and then click Connect.