Skip to content Skip to sidebar Skip to footer

Visual Studio 2019 - SSDT

I have recently installed Visual Studio 2019 and installed the 'Data Storage and processing' Workload to give me access to SSDT so I can create Reporting Services Projects. When c

Solution 1:

As per the documentation Changes in SSDT for Visual Studio 2019:

  • For SQL Database Projects, install the Data storage and Processing workload for Visual Studio (What you have installed)
  • For Analysis Services, Integration Services or Reporting Services projects, install the appropriate extension(s) from the marketplace (What you need to install)

Go to the Manage Extensions, and Online -> Visual Studio Marketplace and search for "reporting Services":

enter image description here

You'll find the other extensions under similar names (note SSIS is currently in Preview).


Post a Comment for "Visual Studio 2019 - SSDT"