0

I am using SQL Server 2008 R2 Express for the development environment whereas I have SQL Server Enterprise Edition on the server. I want now to generate reports using Report Builder with SQL Server Express then deploy it to the server. So can I use it with the Express Edition?

According to this LINK; it shows that the Express Edition has some of the reporting capabilities such as report designer.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
user1093651
  • 1,991
  • 3
  • 20
  • 30

1 Answers1

0

Reporting Builder as in ssrs (bids) is not included int the Express Edition. You can let users create their own reports via the Report builder based on predefined reporting models, for that you will have to create reporting models in BIDS (which is not included in Express).

AndrewBay
  • 918
  • 6
  • 13