Skip to articles

EXPLORE THE ARCHIVE

Category: Blog

Browse all Insights

Supercharge your reports with custom code

Microsoft has just published my article “Microsoft Reporting Services in Action: Extending Microsoft SQL Server 2000 Reporting Services with Custom Code“ on MSDN. Excerpted from my book Microsoft Reporting Services in Action, this article demonsrates how to implement advanced features in reports by integrating them with .NET assemblies.

Read article

Let’s talk RS

Please join me at the following events to learn more about Reporting Services:   Atlanta.net User Group presentation (ADNUG) on September 27th I will show you how to report-enable WinForm or web applications by integrating them with Reporting Services. Get a sneak preview of the new RS controls that will be included in the next 2005 release of Reporting Services. SQL Pass Community Summit 2004…

Read article

Forms Authentication and RS Web Service

Often, report enabling Internet-facing applications require replacing the default RS Windows-based security with Forms Authentication. This allows clients to request reports by URL with the all the goodies that URL addressability entail, namely support for interactive features and the HTML Viewer toolbar. While RS Forms Authentication is well-documented (see the Forms Authentication whitepaper by Microsoft), something which may not be so obvious is that Forms Authentication can…

Read article

Excel Add-in for SQL Server Analysis Services

I have recently discovered the Excel Add-in for SQL Server Analysis Services. If Office Web Components are overkill for your Analysis Services smart client deployment or dev requirements, check out this toy. It requires Excel 2002 and higher installed on the user machine. Once connected to Analysis Services (standard, offline and HTTP connectivity is supported) you can create easility pivot-style reports. One cool feature that the…

Read article

Dynamic Query Data Extension Available

One of the limitations of RS version 1.0 is that it doesn't allow you set the connnection string (a.k.a. data source) during runtime. For example, you may need to support separate databases per client and based on the logged on client you may need to redirect the user to the appropriate database. To address this issue, Toby Riley developed an interesting dynamic query data extension which…

Read article

URL addressability vs. RS Web service

Judging by the questions post on the RS newsgroup, many developers are often confused about which implementation choice will best meet their integration requirements. I hope the following comparison will help you evaluate them:   URL addressability  (HTTP-GET)                                     ·          Implementation--The report request is submitted on the client side of the application directly to the Report Server. For Internet reporting, the Report Server has to be accessible on…

Read article

Time to migrate

Recently I had to migrate a Report Server installation from one server to another by keeping the Report Server catalog intact. If you find yourself in the same situation, here are the steps (hope I recall them right ): If you haven’t done this already, back up the encryption key of the old RS installation. RS uses encryption keys to encrypt vital information, such as…

Read article

Don’t want to buy VS.NET to author reports? Try Cizer Report Builder

Many of you probably know that one of the Microsoft RS partners, Cizer, offers an ad-hoc reporting tool called Cizer Query (mentioned in my book). Now, Cizer has released a report designer tool - Cizer Report Builder, as an alternative for authoring reports if you don't have or want to purchase VS.NET. According to the vendor: “Cizer Report Builder (CRB) 2004 v1.00 is now available. …

Read article

School is here…and so is my book

My book “Reporting Services in Action” is finally available in print format. For time being, it can be purchased only from the publisher’s website (http://www.manning.com/lachev). It will probably take a couple of weeks before the book reaches other outlets such as Amazon.com.   Many thanks to those of you that will purchase my book. I sincerely hope you will find it as much fun to…

Read article