You may not be aware of this great side of SQL Server: free Reporting Services. When I say free, I don’t even mean “comes with the SQL Server that you already paid for, so is sort of free”, I mean “any random person off the street can use it for free, as in beer” I know, the first time I heard it, I was a little skeptical too. Fortunately, it is absolutely true!
SQL Server Express Edition with Advanced Services comes with the ability to create your own reports. There are some limitations of this version; for a full list see this site. A few of the larger limitations are listed here:
- You can only display data from the SQL Server Express databases on the same server
- The Reporting Services metadata will be stored in the SQL Server Express database on the same server
- You can only run on-demand reports, which means no subscriptions
This version is a great way to try out the capabilities of Reporting Services and learn how to develop reports. And on top of that, everything you create can also be deployed to another edition of Reporting Services. You can download the Express version here: http://www.microsoft.com/download/en/details.aspx?id=25174.
If you’re interested in learning about general reporting or the capabilities of Reporting Services, I highly recommend you check it out!
Comments
Thanks,
Thomas
Having some difficulty figuring how to configure for others to see the reports - suggestions or guidance please...? :-)
Hi TomH, Once you install and configure SSRS with Express, you can share the Report Manager page with users to run reports. It will be something similar to: http://localhost/reports_SQLExpress. This article may provide some additional guidance: https://technet.microsoft.com/en-us/library/ms365166(v=sql.105).aspx
Good luck!
Jessica
Do you know if I can use a newer version of SSRS if I have paid for a previous version of MSSQL, let's say I have paid for MSSQL 2008, but want to use SSRS 2012, can I do this?
Thanks in advance,
Julian Alvarado
You can absolutely use SSRS 2012 Express with Advanced Services, whether you have purchased SQL 2008 or not. However, you are bound by the license associated with the 2012 version.
TomH,
You are right in that the development environment for 2012 is called SQL Server Data Tools - Business Intelligence!
HTH,
Jessica
Hire SSRS Developer
Do you know if it is possible to show page total for each group at at the end of a group in SSRS?
Thank you.
You can add the total for each group, and then break at the end of each group, as described here: https://msdn.microsoft.com/en-us/library/ms170712.aspx.
HTH,
Jessica
Database Development Services
Database Development
Thanks much,
Tom