简体   繁体   English

带有 Visual Studio 2010 的 SQL Server Data Tools 2017

[英]SQL Server Data Tools 2017 with Visual Studio 2010

I have a .NET application using SQL Server 2005 which uses an SSIS package (.dtsx) to import data from .csv files.我有一个使用 SQL Server 2005 的 .NET 应用程序,它使用 SSIS 包 (.dtsx) 从 .csv 文件导入数据。

That will be upgraded to SQL Server 2017. I have installed SQL Server 2017, but did not install the SSIS capabilities, which I think are parts of the Business Intelligence group and should be available to install.那将升级到 SQL Server 2017。我已经安装了 SQL Server 2017,但没有安装 SSIS 功能,我认为它是商业智能组的一部分,应该可以安装。

When I rerun the installation .exe (SQLServer2017-SSEI-Dev.exe) I do not see this as an option.当我重新运行安装 .exe (SQLServer2017-SSEI-Dev.exe) 时,我不认为这是一个选项。

Does anyone have advice as to how I can install this module so that I can create a .dtsx package in SQL Server 2017?有没有人对我如何安装此模块以便我可以在 SQL Server 2017 中创建 .dtsx 包有任何建议?

My development environment is Visual Studio 2010.我的开发环境是 Visual Studio 2010。

Thanks谢谢

Based on your comments on @Brian answer (deleted later) , you are using Visual Studio 2010, and you are aiming to build SSIS 2017 packages, which cannot be done.根据您对@Brian 回答(稍后删除)的评论,您正在使用 Visual Studio 2010,并且您的目标是构建 SSIS 2017 包,这是无法完成的。

To build sql server 2017 integration services packages, you need to install SQL Server Data Tools for Visual Studio 2017 which can be found in the following link:要构建 sql server 2017 集成服务包,您需要安装适用于 Visual Studio 2017 的 SQL Server Data Tools,可在以下链接中找到:

You can refer to the following links for additional information:您可以参考以下链接了解更多信息:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SQL Server Data Tools 2017 for Visual Studio 2017 - 无法启动调试器错误 - SQL Server Data Tools 2017 for Visual Studio 2017 - Unable to start debugger error 如何安装Visual Studio 2010 Shell以使用SQL Server数据工具? - How do I install the Visual Studio 2010 Shell to use SQL Server Data Tools? SQL Server数据工具和Visual Studio问题 - SQL Server Data Tools and Visual Studio Issue Visual Studio 2015中的SQL Server数据工具 - SQL Server data tools in visual studio 2015 没有Visual Studio的SQL Server数据工具 - Sql Server Data Tools without Visual Studio Visual Studio 2015工具SQL Server架构比较不适用于SQL Server 2017 - Visual Studio 2015 Tools SQL Server Schema Comparison does NOT work with SQL Server 2017 Visual Studio 2010和Sql Server - Visual studio 2010 and Sql Server 如何在Visual Studio中更改Sql Server数据工具编辑器中的连接 - How to change the connection in Sql Server Data Tools Editor in Visual Studio SQL 服务器数据工具 - Visual Studio 2015 错误 - SQL Server Data Tools - Visual Studio 2015 Error 恢复SQL Server数据工具(Visual Studio)删除的代码 - Recovering code deleted by SQL Server Data Tools (Visual Studio)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM