SSIS TFS configuration

痞子三分冷 提交于 2021-02-07 10:52:15

问题


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.


回答1:


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.


来源:https://stackoverflow.com/questions/35653562/ssis-tfs-configuration

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!