Well, I don't know if it is a valid question or not but, I need to install three SQL Server services on my laptop namely: Analysis services, Integration services, and Reporting services. Windows installer offers an option to install these services through SSDT
Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)
I tried to install SSDT on my Windows machine in the first place but I was getting an error 0x800703F3. The error was occuring because I had the latest version 15.7.1 of Visual Studio, and SSDT was only supported up to version 15.6.7. It was not possible to roll-back to previous versions unless I perform a total new installation.
That's why I was trying to install the required services on my Ubuntu machine.
– Fahad Javed May 17 '18 at 06:34