Visual Studio 2017 中缺少 SSIS 工具箱
我在我的机器上运行 SQL Server 2014.我已经为 Visual Studio 2017 安装了 SSDT,我也有.现在我无法在我的 Visual Studio 中找到 SSIS 工具箱.我是否需要重新安装 SSDT?请告诉我.提前致谢.
解决方案如果SSDT安装正确
您可以通过 3 种方式显示 SSIS 工具箱:
(1) Visual Studio 菜单条
基于这篇
(2) 从上下文菜单条
或者只是在任何父/子包的控制流内右键单击并选择SSIS 工具箱",然后单击后将显示 SSIS 工具箱.
(3) 靠近 SSIS 标签页
您可以在 SSIS 标签页附近找到一个小按钮,如下图所示:
<小时>如果以上方法都不起作用,那么您应该正确安装 SSDT.
I am running SQL Server 2014 on my machine. I have installed SSDT for Visual Studio 2017, which I also have. Now I am not able to find the SSIS Toolbox in my Visual Studio. Do I need to re-install the SSDT all over again? Please let me know. Thanks in advance.
解决方案If SSDT is installed correctly
You can show SSIS toolbox in 3 ways:
(1) Visual Studio Menu strip
Based on this Microsoft article:
If you can't see the toolbox, go to VIEW -> Other Windows -> SSIS Toolbox.
(2) From Context Menu strip
Or just Right click inside the Control Flow of any parent/child package and select 'SSIS toolbox', then the SSIS toolbox will be displayed just after that click. Read more
(3) Near SSIS tab pages
You can find a small button near the SSIS tab pages as shown in the following image:
If none of the above method worked then you should install SSDT correctly.
相关文章