Differences between SSRS 2005 and 2008

此生再无相见时 提交于 2019-12-10 19:49:30

问题


What the main differences between SQL Reporting Services 2005 and 2008 in terms of features? I read about 2008 has much better in scalability. How about the features? What's in SSRS 2008 but not 2005? Thanks!


回答1:


Granted, I'm researching the answers to the same question, but what I've learned thus far:
2005 has the Table if you know the number of columns but a variable number of rows. 2005 has the Matrix if you will have a variable number of columns AND rows

2008 has a control called the "tablix" which appears to have the properties of both the 2005 table and matrix controls.

Other than that 1 main difference, I've only seen marketing buzzwords.

Good luck!




回答2:


I've just started this process, and one of the biggest issues I've found so far is the inability to authenticate non-domain users for the reports. SSRS 2008 doesn't use IIS as 2005 did.



来源:https://stackoverflow.com/questions/1325371/differences-between-ssrs-2005-and-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!