Installing and using VS2015 for BI solution

Ties Blom 1 Reputation point
2020-09-26T10:39:36.59+00:00

For a migration project (SQL server 2008R2 to SQL server 2016) we need to update our solutions. VS2015 should be compatble with SQL2016.
The challenge is to find the proper downloads.
Installing the downloads from:
https://visualstudio.microsoft.com/vs/older-downloads/isolated-shell/
(first isolated shell , then integrated shell) yields a professional edition (license key required)
I have no idea if this comes with the required data tools . We use SSIS,SSAS, SSRS projects in solutions.
The only alternative seems to be the community edition. Do we need to get the data tools seperately then?

SQL Server Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2020-09-28T09:22:09.857+00:00

    Better install & use the latest version of SSDT, it support SQL Server version 2008R2-2017, see Download SQL Server Data Tools (SSDT) for Visual Studio => Supported Versions.

    0 comments No comments

  2. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2020-09-29T02:28:01.087+00:00

    Hi @Ties Blom ,
    I agree with Olaf. SQL Server Data Tools (SSDT) provides project templates and design surfaces for building SQL Server content types - relational databases, Analysis Services models, Reporting Services reports, and Integration Services packages.
    In addition, SSDT is backwards compatible, so you can always use the newest SSDT to design and deploy databases, models, reports, and packages that run on older versions of SQL Server.
    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.