0
votes

I want to create a report in Reporting Services in SQL Server 2008 but I don't know how can I do that. I create a report in SQL Server Business Intelligence Development Studio but I don't know the relation between this report and Reporting Services in SQL Server 2008.

How can I use Reporting Services and create a report in it?

2

2 Answers

2
votes

The report server is where you store your reports so that people can run them centrally. You can deploy your report from BIDS to the report server.

You can also log in to the report server and run a tool called report builder to create and deploy reports without having to use BIDS.

Have a look at the following link for how to get started with reporting services:

http://msdn.microsoft.com/en-us/library/bb522672(v=sql.105).aspx

0
votes

Since you already create report, you can directly upload your .rdl file directly to reporting service. If you don't know how to configure your reporting service, please refer to here . You can also use reporting service manage URL to see your uploaded report, and you can also open from there to use report builder to directly edit your report.