Missing SSIS toolbox in Visual Studio 2017(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.
这篇关于Visual Studio 2017 中缺少 SSIS 工具箱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Visual Studio 2017 中缺少 SSIS 工具箱


基础教程推荐
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- 带更新的 sqlite CTE 2022-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- 带有WHERE子句的LAG()函数 2022-01-01