This guide uses the Express Tools, and assumes you have Visual Studio Community Edition already installed First, you need to install MSSQL with Advanced Services, on the server https://www.microsoft.com/en-au/server-cloud/products/sql-server-editions/sql-server-express.aspx Install normally, but remember to use an sa password, it's much simpler to remote manage the test server that way You will then need to install the Reporting Services Add-in for Visual Studio You can do this by selecting "Tools" and then "How to get SQL Server Data Tools - BI" Alternatively, you could simply google "SQL Server Data Tools for Visual Studio 2013" Another option is installing SQL Report Writer, a much simpler and stand alone report editor. I found Report Builder version 3 by googling "Microsoft® SQL Server® 2014 Report Builder" You then need to enable remote connections, check the following: Check that you can connect from the se...