Browse by Tags
In SSRS high availability is achieved through a Scale-out deployment that is placed behind a Network Load Balancer (NLB). The NLB is then responsible for routing requests to Report Server nodes that are responding to requests. High Availability
Read More...
This post is intended for ISVs or Product Development organizations who are planning to integrate Reporting Services into their product. Over the years I have seen a number of products do this and some get it right and some encounter issues.
Read More...
We have seen multiple customers with issues when customizing the Security Extension Sample ( 2005 , 2008 ) that is available on http://www.codeplex.com/ . This is the sample that demonstrates how to create a Forms Authentication solution with SQL Server
Read More...
Over the years, we have seen a number of IIS related issues that cause trouble for users who deploy SQL Server 2005 Reporting Services. We have tried to resolve these in the MSDN Forums on a case by case basis. Now we have compiled the common issues with
Read More...
Recently I have had little time to devote to blogging, but I did want to pass along a couple of references that I tend to provide to customers, partners, and Microsoft internal folks as they dig deep into SSRS. Robert Bruckner has a great blog which offers
Read More...
Denny Lee and I presented on Wednesday at the SQL PASS Community Summit 2008 on Building SSRS 2008 Large Scale Solutions. The slide deck is available for conference attendees at from the conference site . However, the format is PDF and during the transformation
Read More...
As part of this blog, I comment about Notification Services. I wanted to provide you the following information about the availability of a pre-release SQL Server 2005 Notification Services components package. If you have questions about SQL Server 2005
Read More...
We've just released SQL Server 2008 (it feels great by the way!) and there have already been many e-mails asking us where to find Report Builder 2.0. You can find an update on the release plan for Report Builder 2.0 on the main Reporting Services Blog:
Read More...
In a previous post , I talked about issues with repeated login prompts when trying to access either Report Server or Report Manager using your browser. Recently, during an upgrade of our internal test server we identified a new type of HTTP 401 (Unauthorized)
Read More...
Much has been said up to now about the scalability work the Reporting Services team has done in the SQL 2008 version. However, until now, there were no numbers to back up the architecture discussions. The SQL Server Customer Advisory Team (SQLCAT) just
Read More...
I’ve seen customers run into authentication issues using the SQL Server 2008 February CTP of Reporting Services (you should all give it a try!). This post provides solutions and a detailed discussion of the underlying causes. The material in this post
Read More...
Hi everyone - I've been away from my blog for a little while. However, now again I have some time to start blogging again. I get tons of customer questions over the course of a week. I’d like to share with you how I make my life easier by using Internet
Read More...
Reporting Services in SQL 2005 is hosted in IIS. IIS has a performance optimization built-in that you cannot disable (AFAIK), which shuts down an application once there is a period of 20 minutes of inactivity. This is governed by the Idle Timeout IIS
Read More...
I wanted to provide a quick note on how to scale test Reporting Services. Partially I'm posting this so I don't lose the link :-). Often we are asked how best to scale test Reporting Services and what scale numbers to expect coming from a particular configuration.
Read More...
This post is about a consequence of the calling ReportViewer.Reset() method related to revaluating parameter default values. The Report Viewer controls are a great way to integrate reports into your applications. You can see some examples here: http://www.gotreportviewer.com
Read More...