English 中文(简体)
SQL Azure Reporting
原标题:

For everyone playing with SQL Azure, what are you using for reporting? Do the Visual Studio reports connect seamlessly? What about reporting services?

最佳回答

Reporting Services will still connect and work as normal, BUT there is no SSRS service on the Azure platform. So it means that you will connect (most likely through ADO) from a different data centre (either your own or hosted SSRS) to SQL Azure, meaning that potentially a lot (too much) data has to come down the wire.

SSRS and SSAS for Azure are not officially on the Azure roadmap yet

问题回答

My recommendation for a very fast, full featured reporting solution is Izenda Reports. It runs on SQL Azure and is designed for OEM integration with other Azure apps. It streams data from an Azure db or from an off-site db. Just give it a connection string and go.

SQL Azure Reporting was just announced at PDC10 (Oct 28, 2010) and a CTP should be available by the end of the year: Link

We have at least one customer using ActiveReports with SQL Azure. Just connect with the normal SQL provider for ADO.NET or you can use unbound mode with ActiveReports.





相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签