简体   繁体   中英

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.

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.

When I rerun the installation .exe (SQLServer2017-SSEI-Dev.exe) I do not see this as an option.

Does anyone have advice as to how I can install this module so that I can create a .dtsx package in SQL Server 2017?

My development environment is 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.

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:

You can refer to the following links for additional information:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM