Hi
I have installed SSDT following below procedure. How i can check that it has been installed . It is not showing.
1. On start button search of PC-->Type Visual Studio Installer
2.In the installer, select for the edition of Visual Studio that you want to add SSDT to, and then choose Modify.
3. Select SQL Server Data Tools under Data storage and processing in the list of workloads.
Thanks
Amit MohantyPosted Sep 16, 2022, 5:20 AM
Hey Ramco, as @Sam mentationed SSDT is integrated into VS, you can't find it in Start menu.
And to create SSRS report check the below article.
https://www.c-sharpcorner.com/article/how-to-create-simple-ssrs-report/
Sam HobbsPosted Sep 16, 2022, 4:45 AM
I had the same question today. Then I realized that that procedure is for installing SSDT for VS. So SSDT is integrated into VS.
Go to VS and look at the About for VS. If you scroll down then you will probably see SQL Server Data Tools in there.
Ooops, Amit beat me to it. He posted while I was looking around.
Ramco RamcoPosted Sep 16, 2022, 4:44 AM
Hi AMit
Now if i want to create SSRS report what i should have to do. Secondly will it now show in Start Menu
Thanks
Amit MohantyPosted Sep 16, 2022, 4:38 AM
To check SSDT is installed, open VS, click on Help / About Microsoft Visual Studio and look for SQL Server Data Tools in the list.