Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By : Abolfazl Radgoudarzi, Reza Rad
Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By: Abolfazl Radgoudarzi, Reza Rad

Overview of this book

Table of Contents (19 chapters)
Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – deploying a report


In this example, we will first find the report server URL from Reporting Services Configuration Manager, and then we will use that URL to deploy reports from SSDT. Finally, we will browse those reports to see them from the Report Server web application by using the following steps:

  1. Go to Start | Microsoft SQL Server 2014 and expand Configuration tools. Then, click on Reporting Services Configuration Manager.

  2. When Reporting Services Configuration Manager opens, it may ask for a connection. Just choose the default instance and connect.

  3. You will see the service status that shows information about the SQL Server version, edition, and service status information.

  4. Click on Web Service URL. The URL of the Report Server web application can be viewed or changed in this option, as shown in the following screenshot:

  5. Go to SSDT and right-click on the Reporting Service project, and then from the pop-up menu, select Properties.

  6. In the Project Properties window, change the...