Sign in
Russell Christopher's Semi-Useful BI Musings
This blog contains random one-off solutions to various problems I've encountered while using Microsoft's Business Intelligence tools SQL Server 2005 / Katmai
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Excel 2007
Excel Services
MOSS
Pages
PerformancePoint
Project Gemini
SQL Analysis Services
SQL Server Integration Services
SQL Server Reporting Services
Archive
Archives
July 2011
(1)
January 2011
(1)
August 2009
(1)
August 2008
(1)
July 2008
(1)
June 2008
(1)
May 2008
(6)
April 2008
(1)
March 2008
(1)
February 2008
(3)
January 2008
(1)
November 2007
(5)
October 2007
(3)
September 2007
(5)
August 2007
(1)
June 2007
(2)
May 2007
(5)
April 2007
(6)
March 2007
(1)
February 2007
(9)
January 2007
(7)
December 2006
(4)
November 2006
(5)
October 2006
(2)
September 2006
(1)
August 2006
(2)
July 2006
(6)
June 2006
(2)
May 2006
(1)
April 2006
(3)
March 2006
(9)
January 2006
(4)
December 2005
(6)
November 2005
(11)
September 2005
(5)
August 2005
(8)
July 2005
(13)
June 2005
(12)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Russell Christopher's Semi-Useful BI Musings
Formatting currency on a row-by-row basis in Reporting Services
Posted
over 6 years ago
by
Russell Christopher
2
Comments
Say you have a table which contains different currency values - each row in your table contains values for stored with a different currency types (see figure 1). You want to display these values in your report and ensure that each value is displayed with...
Russell Christopher's Semi-Useful BI Musings
Holy Snikes the Dundas OLAP Services stuff is nice!
Posted
over 6 years ago
by
Russell Christopher
2
Comments
Looking for different ways to allow users to browse your cubes? Dundas has an online demo of their very nice Dundas Chart OLAP Services product. Check it out here: http://demos3.dundas.com/olapdemostaging55/ I know this isn’t “breaking news”, and...
Russell Christopher's Semi-Useful BI Musings
Forms authentication and the ReportingService Web Service
Posted
over 8 years ago
by
Russell Christopher
2
Comments
After you've gotten the SQL Reporting Services Forms Authentication sample working, the next logical thing to do is access the Web Service itself while your SSRS instance is running under forms auth...but how do you authenticate? Rather than populating...
Russell Christopher's Semi-Useful BI Musings
A couple of post IDW15 changes when building Report Builder Models in SQL Server Reporting Services 2005
Posted
over 8 years ago
by
Russell Christopher
2
Comments
While playing around with newer builds of Yukon, I noticed two changes from IDW15/CTP15 when it comes to building models: (Thanks to Carolyn Chau!) Up until IDW15/CTP15, you used the IdentifyingAttributes property of an entity to specify which fields...
Russell Christopher's Semi-Useful BI Musings
Querying ExecutionLog in SQL Server Reporting Services: discretion is the better part of valor
Posted
over 8 years ago
by
Russell Christopher
2
Comments
I have to admit that I fairly regularly query the ReportServer..ExecutionLog table to look at the performance characteristics of my reports rather than using the RS_ExecutionLog_Update.dts package like I'm supposed to. I'm frankly lazy, and don't...
Russell Christopher's Semi-Useful BI Musings
Where are the Reporting Services samples in 2005?
Posted
over 8 years ago
by
Russell Christopher
2
Comments
You've installed SSRS 2005, and you're sure that you chose to include the sample files...yet you don't see them on your file system...Where are they? There's one more step you need to take care of...browse to C:\Program Files\Microsoft SQL Server\90...
Russell Christopher's Semi-Useful BI Musings
Changes in SSRS 2005 FindString HTMLViewer Command (URL Access)
Posted
over 7 years ago
by
Russell Christopher
2
Comments
In SQL Server 2000 Reporting Services, you could use the rc:Findstring command to find and highlight a string inside an HTML report. In 2005, the Report Viewer control is now used to display HTML reports in Report Manager and via URL Access. As...
Russell Christopher's Semi-Useful BI Musings
Russell Christopher's two websites
Posted
over 2 years ago
by
Russell Christopher
2
Comments
My Personal site is here http://russellchristopher.me The Business Intelligence site for Russell Christopher is here: http://performancepointblog.com
Russell Christopher's Semi-Useful BI Musings
Proof positive that SSRS 2008 is superior to SSRS 2005
Posted
over 5 years ago
by
Russell Christopher
2
Comments
Cross posting again! http://performancepointblog.com/2008/07/proof-positive-that-ssrs-2008-is-superior-to-ssrs-2005/
Russell Christopher's Semi-Useful BI Musings
A new Tableau-focused blog: Tableau Love
Posted
over 2 years ago
by
Russell Christopher
1
Comments
Hanging up my blue badge and moving to Tableau Software. You can read about my adventures at the company and with the product at Tableau Love
Russell Christopher's Semi-Useful BI Musings
Tuning scheduled/delivery-related processes in a SQL Server Reporting Services Reporting Farm
Posted
over 8 years ago
by
Russell Christopher
1
Comments
[Thanks to Robert Bruckner, Daniel Reib, Tudor Trufinescu and Mike Schetterer!] Using rsConfig.exe and rsActivate.exe, you can easily set up a reporting farm in which multiple instances of the Report Server web and windows service use the same ReportServer...
Russell Christopher's Semi-Useful BI Musings
Creating Report Subscriptions via SQL Managment Studio in SQL Server 2005
Posted
over 8 years ago
by
Russell Christopher
1
Comments
Just ran into an interesting little behavior in SQL Management Studio when I tried to create a subscription on a new report: At the time, I didn't realize that I wasn't using stored credentials for the datasource the report utilizes. I went to...
Russell Christopher's Semi-Useful BI Musings
RGDI and the Winform Report Viewer control in SQL Server 2005 Reporting Services
Posted
over 8 years ago
by
Russell Christopher
1
Comments
While playing around with report rendering in 2005, I noticed RGDI (for example, in CTP15 use Report Manager to create a subscription using the File Share delivery extension and you'll see "Remote GDI+ file" in the list of render formats). Anyway,...
Russell Christopher's Semi-Useful BI Musings
All about SQL Server Reporting Services 2000 Logs:
Posted
over 8 years ago
by
Russell Christopher
1
Comments
There are tons of logs in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\LogFiles...what do all those files do? ReportServerService_main:_TimeDateStamp: This log records information about what happens during appdomain recycles, some...
Russell Christopher's Semi-Useful BI Musings
Displaying Report Builder to non-admin users in SQL Server Reporting Services 2005
Posted
over 8 years ago
by
Russell Christopher
1
Comments
I finally began playing around with how to secure models and/or items within a model, so I needed a "testuser" to launch IE under in order to test my changes. Much to my chagrin, testuser didn't even get the Report Builder button displayed in the Report...
Russell Christopher's Semi-Useful BI Musings
OfficeWriter functionality could be included in Katmai
Posted
over 6 years ago
by
Russell Christopher
1
Comments
It's time for our own press release now, thank you! In the link below, you'll see that today Jeff Raikes will announce that we are acquiring OfficeWriter from SoftArtisans - This is a huge win for folks who want to render reports to Word and/or use...
Russell Christopher's Semi-Useful BI Musings
Hot off the presses: resolving MDX query performance bottlenecks
Posted
over 6 years ago
by
Russell Christopher
1
Comments
Carl Rabler et al have just released a really nice looking best practives article on how to resolve query perf bottlenecks. Get it here: http://www.microsoft.com/downloads/details.aspx?FamilyId=975C5BB2-8207-4B4E-BE7C-06AC86E24C13&displaylang=en
Russell Christopher's Semi-Useful BI Musings
SQL Server 2008 "Katmai" CTP5 released
Posted
over 6 years ago
by
Russell Christopher
1
Comments
Just got an invite from Microsoft Connect to download the November CTP of SQL 2008....you can, too! http://www.microsoft.com/downloads/details.aspx?FamilyId=3BF4C5CA-B905-4EBC-8901-1D4C1D1DA884&displaylang=en
Russell Christopher's Semi-Useful BI Musings
Orcas/VS 2008 ReportViewer redist now available
Posted
over 6 years ago
by
Russell Christopher
1
Comments
A new version of the ReportViewer controls has been dropped for use w/ Orcas-created applications. From what I understand, you can also use these in 2005 as long as you remove the old 9.0 references and replace them with references to these brand-spanking...
Russell Christopher's Semi-Useful BI Musings
How to really, really remove PPS Dashboard Designer
Posted
over 6 years ago
by
Russell Christopher
1
Comments
The Microsoft Knowledge Base article 941749 explains (among other things) how to remove PerformancePoint Dashboard Designer. However, it appeared to me that the steps (“Method 1” and “Method 2”) were semi-cosmetic : We’re really not explicitly told how...
Russell Christopher's Semi-Useful BI Musings
Minor idiosyncrasy exporting a PerformancePoint Scorecard to SQL Reporting Services
Posted
over 6 years ago
by
Russell Christopher
1
Comments
Today I started playing around with the ability to export/deploy PPS scorecards to SSRS: It’s actually a pretty cool piece of work! I did run into one problem up which I’m documenting here to save someone else some time. I wanted to deploy my report...
Russell Christopher's Semi-Useful BI Musings
What does an exported PerformancePoint scorecard look like in Reporting Services report designer?
Posted
over 6 years ago
by
Russell Christopher
1
Comments
I was curious what would happen when I opened an RDL file created by PerformancePoint in Report Designer, so I tried it. Here is what I discovered: 1. For whatever reason, PPS exports RDL using the SSRS 2000 RDL spec (xmlns= http://schemas.microsoft...
Russell Christopher's Semi-Useful BI Musings
RSPreviewPolicy.config: Change in behavior for BIDS 2008?
Posted
over 5 years ago
by
Russell Christopher
1
Comments
For those who play around with custom assemblies in SQL Reporting Services, it’s pretty common knowledge that it is not necessary to add a <CodeGroup> element for your custom assembly in RSPreviewPolicy.config in order to use it while previewing...
Russell Christopher's Semi-Useful BI Musings
SQL Server 2-D Matrix Builder available on CodePlex
Posted
over 5 years ago
by
Russell Christopher
1
Comments
If you need to build a very complex query that returns a matrix with dynamic columns and rows from T-SQL, you might want to take a look at this new project posted on CodePlex : SQL Server 2-D Matrix Builder http://www.codeplex.com/SQL2DMatrixBuilder...
Russell Christopher's Semi-Useful BI Musings
SQL Analysis Services error processing ROLAP partitions against Teradata
Posted
over 5 years ago
by
Russell Christopher
1
Comments
Today I was playing around with stacking SSAS on top of Teradata. Essentially I have AdventureWorks DW moved over into Teradata and I’m trying to build a dumbed-down version of the AdventureWorks cube against it. Things went fairly well while my partitions...
Page 4 of 7 (154 items)
«
2
3
4
5
6
»