June 17, 2008
In SQL Server 2005 Reporting Services you can Increase your Model reusability and development productivity by creating Perspectives. You then limit the usage of a Model only to those Perspectives, rather than the huge monster views. In Report Model designer, (BIDS), select the top node of the model called...
May 30, 2008
You may recieve the error during the deployment of a Reporting Services model: There was an exception running the extensions specified in the config file. Maximum request length exceeded. To correct, you need to increase the file size limit currently in place in the web.config on the RS Server. Find...
December 27, 2007
Filtering data in a SQL Server Report Model is rather persnickety, and there is limited instruction available online or in BOL.You use Report Models in Report Builder to develop ad-hoc SQL Reporting Services reports. This is a followup to the bug I discovered in Model Item Security as posted here and...