ssis-2019

What other dependencies do I need to install in Visual Studio 2019 Express / Community to open a dtsx SISS file in the GUI?

六月ゝ 毕业季﹏ 提交于 2019-12-10 19:35:06
问题 When I installed VS2019 Express I made sure to include the Data storage and processing Workload, I also created an SQL Server Database Project , but when I add the .dtsx (SSIS) file to my project it still doesn't open in the GUI. I know there is GUI information included in the file because I can see the XML character entities where separate diagram XML is written with them. There also appears to be something that looks like a .NET assembly in there with some C# code and some kind of Base64

VS 2019 SSIS package can't add SQL Server

两盒软妹~` 提交于 2019-12-05 11:33:22
I installed Visual Studio 2019 and the SSIS package extensions and created a new project. I'm able to add my SQL Server as a Connection Manager with no issues, but when I then drag a Data Flow Task to the package and drag a Source Assistant into that, I'm not able to select my SQL Server. The source types shown are Excel, Flat File, and Oracle. If I uncheck the "show only installed source types" then I see SQL Server but I can't pick it. The interesting thing is on this same box I've been editing an SSIS project with Visual Studio 2017 so I know the SQL Server stuff works fine. However, if I

Why is my SSIS toolbox empty in Visual Studio 2019 community?

百般思念 提交于 2019-12-01 16:55:52
I installed Visual Studio 2019 Community and then installed data tools. I can open an Integration Services project but when I look at the SSIS Tooolbox, it's empty. How do I fix this? This is a problem after Visual Studio does an update for Optimization. I have confirmed that the fix is: Open menu item: - Tools - Options - Environment - On the General Tab - DISABLE/uncheck - "Optimize rendering for screens with different pixel densities" This solved my problem. ..Derrick.. I think you should download and install the Integration Services Projects extension: SQL Server Integration Services