user618520
user618520

Reputation: 139

how to gain Azure feature in vs2019

I'm very new to SSIS and SQL, can anyone tell me how to obtain Azure feature in visual studio 2019? I have installed it from https://learn.microsoft.com/en-us/sql/integration-services/azure-feature-pack-for-integration-services-ssis?view=sql-server-ver15. But nothing changed when I reopen SSIS, I have restart and run as administrator. thx in advance. enter image description here

Upvotes: 0

Views: 1204

Answers (2)

user618520
user618520

Reputation: 139

After updating for the latest version 16.5.1, this function is well used.

Upvotes: 1

digital.aaron
digital.aaron

Reputation: 5707

You may need to change the TargetVersion of your SSIS project. I use Visual Studio 2017, connecting to SQL Server 2017, installed the SSIS Azure feature pack for 2017, and I am only able to get my Azure components to un-grey when I change the TargetVersion to SQL Server 2016.

Upvotes: 1

Related Questions