Visual Studio 2017 中缺少 SSIS 工具箱

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

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
SSIS: Model design issue causing duplications - can two fact tables be connected?(SSIS:模型设计问题导致重复-两个事实表可以连接吗?)
SQL Server Graph Database - shortest path using multiple edge types(SQL Server图形数据库-使用多种边类型的最短路径)
Invalid column name when using EF Core filtered includes(使用EF核心过滤包括时无效的列名)
How should make faster SQL Server filtering procedure with many parameters(如何让多参数的SQL Server过滤程序更快)
How can I generate an entity–relationship (ER) diagram of a database using Microsoft SQL Server Management Studio?(如何使用Microsoft SQL Server Management Studio生成数据库的实体关系(ER)图?)