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
I want to render HTML / RTF *as* HTML / RTF inside a SQL Reporting Services Report
Posted
over 8 years ago
by
Russell Christopher
39
Comments
Too bad. Many people have HTML and/or RTF stored in a database, a dataset, or wherever. If you display this text in a Reporting Services textbox, it gets rendered as markup versus properly formatted HTML or RTF. Currently, Reporting Services...
Russell Christopher's Semi-Useful BI Musings
Updated SQL 2005 books online now available
Posted
over 8 years ago
by
Russell Christopher
0
Comments
Don't know how I missed this..this DL has been available for a week now! http://www.microsoft.com/downloads/details.aspx?FamilyId=BE6A2C5D-00DF-4220-B133-29C1E0B6585F&displaylang=en
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
The (un)official guide to SQL Reporting Services 2000 & 2005 interop
Posted
over 8 years ago
by
Russell Christopher
28
Comments
I've seen tons of questions around if you can use various components of SRS 2000 with SSRS 2005 (and vice-versa), so I'm attempting to document them all in once place. This will hopefully become a good FAQ on the subject...feel free to ask/add more to...
Russell Christopher's Semi-Useful BI Musings
Creating a template report in SQL Reporting Services 2005
Posted
over 8 years ago
by
Russell Christopher
34
Comments
In SSRS 2000, there was a specific location on the filesystem where you could drop RDL documents so that they'd show up as possbile new report choices when a developer chose to create new report. The same holds true for SSRS 2005: C:\Program Files...
Russell Christopher's Semi-Useful BI Musings
Using SQL Reporting Services 2005 and Forms Authentication with the Whidbey/2.0 SQLMembershipProvider
Posted
over 8 years ago
by
Russell Christopher
75
Comments
I saw a question last week asking if one could use the new 2.0 SQLMembershipProvider to build a Forms Auth solution with SSRS, so I created a prototype to find out. Long story short, you can. Here's a walkthrough which will leave you with the following...
Russell Christopher's Semi-Useful BI Musings
Report Builder and Forms Authenticaton in SQL Server Reporting Services 2005
Posted
over 8 years ago
by
Russell Christopher
45
Comments
I've had a fair number of questions from my customers around the use of Forms Authentication in conjunction with Report Builder. The basic thing people want to know is "does it work?". As a matter of fact, it does. It functions the same way as with...
Russell Christopher's Semi-Useful BI Musings
SQL Express and SQL Reporting Services 2005 – Soon, but not yet
Posted
over 8 years ago
by
Russell Christopher
0
Comments
2005 Books Online and/or microsoft.com readers know that you can use SQL Express and SSRS together (with a few caveats – hit http://www.microsoft.com/sql/technologies/reporting/rsfeatures.mspx to view them). However, you're going to have to wait...
Russell Christopher's Semi-Useful BI Musings
(Almost) everything you need to know about the Report Viewer control in one place
Posted
over 8 years ago
by
Russell Christopher
0
Comments
This is the site of one of the ReportViewer PMs...lots and lots of juicy samples. http://www.gotreportviewer.com/
Russell Christopher's Semi-Useful BI Musings
Browsing Reporting Services 2005 Reports without IE for Windows
Posted
over 8 years ago
by
Russell Christopher
0
Comments
In 2005, there is limited report browsing support for non IE 6 SP1 browsers (IE 6 SP1 with scripting enabled, that is) This info will be fully documented at some point in the future, but in the meantime here are some general nuggets (BTW, none of this...
Russell Christopher's Semi-Useful BI Musings
SQL Server 2005 Samples and Sample Databases Available for DL
Posted
over 8 years ago
by
Russell Christopher
0
Comments
http://www.microsoft.com/downloads/details.aspx?FamilyID=e719ecf7-9f46-4312-af89-6ad8702e4e6e&DisplayLang=en
Russell Christopher's Semi-Useful BI Musings
Impersonating another user with the Web Form Report Viewer control and SQL Server Reporting Services 2005
Posted
over 8 years ago
by
Russell Christopher
45
Comments
I covered how to do impersonation with the Winform ReportViewer control a few weeks ago, so here's how to do it with the WebForm version. The first thing to keep in mind is that by default the WebForm ReportViewer will run under the security context...
Russell Christopher's Semi-Useful BI Musings
New Reporting Add-In for Microsoft Visual Web Developer 2005 Express
Posted
over 8 years ago
by
Russell Christopher
4
Comments
This one is flying under the radar -- Thought I'd publicize it a bit: http://www.microsoft.com/downloads/details.aspx?FamilyID=D09C1D60-A13C-4479-9B91-9E8B9D835CDC&displaylang=en [Scroll to the very bottom] "The Reporting Add-In for...
Russell Christopher's Semi-Useful BI Musings
SQL Server 2005 Report Builder and Basic Authorization
Posted
over 8 years ago
by
Russell Christopher
36
Comments
I have a customer who needs to use Basic Auth with SQL Reporting Services 2005, so I wanted to make sure they could get at Report Builder too. WARNING: Don't EVER do this unless you are using SSL with Reporting Services! If you turn Basic Authentication...
Russell Christopher's Semi-Useful BI Musings
Impersonating another user with the Windows Form Report Viewer control and SQL Server Reporting Services 2005
Posted
over 8 years ago
by
Russell Christopher
8
Comments
The Winform Report Viewer control is pretty nifty, but occasionally you'll want to access a remote report server using a different identity than the user logged in at the console. It can be done, but takes a tiny bit of work. You're going to be calling...
Russell Christopher's Semi-Useful BI Musings
Using Forms Authentication with the Report Viewer control and SQL Server Reporting Services 2005
Posted
over 8 years ago
by
Russell Christopher
38
Comments
I've been playing around with using different forms of authentication / impersonation with the Report Viewer controls, and I thought I'd post the fruits of my efforts. Here we go: Using Forms Authentication with the Winform Report Viewer control is...
Russell Christopher's Semi-Useful BI Musings
Launching Report Builder from a Winform or Webform Application in SQL Reporting Services 2005
Posted
over 8 years ago
by
Russell Christopher
15
Comments
At times, you may need to launch Report Builder from your custom application as either the currently logged in user, or under a different, arbitrary identity. Here's how! Regardless of the technique you use, you're basically going to be hitting...
Russell Christopher's Semi-Useful BI Musings
Using a Report Builder Model as a Report Designer data source in SQL 2005
Posted
over 8 years ago
by
Russell Christopher
40
Comments
New in CTP16 / SQL Server 2005 Community Tech Preview (September) -- If you've spent a lot of time building the perfect model for use by Report Builder, you may want to use it as a data source for any reports you build with VS Report Designer, too. ...
Russell Christopher's Semi-Useful BI Musings
Installing and Localizing the Visual Studio 2005 Report Viewer Controls
Posted
over 8 years ago
by
Russell Christopher
10
Comments
While playing around with the report viewer controls and localization, I bumped into a few things I think are worth passing along. In the "I should have known this in the first place" department, you must take steps to make sure the report viewer runs...
Russell Christopher's Semi-Useful BI Musings
SQL 2005 CTP 16 is here
Posted
over 8 years ago
by
Russell Christopher
0
Comments
Want the next version of SQL 2005? Drive over here: http://www.microsoft.com/sql/2005/productinfo/ctp.mspx
Russell Christopher's Semi-Useful BI Musings
Fun with Date Functions in SQL Reporting Services Report Builder
Posted
over 8 years ago
by
Russell Christopher
20
Comments
Alec Harley reported an interesting (read: annoying) behavior around the use of Dateparts inside date-related functions used by Report Builder In older builds, it appears you may not use the nice abbreviated Dateparts that we're used to (for example...
Russell Christopher's Semi-Useful BI Musings
Sharing Forms Authentication cookies in SQL Reporting Services
Posted
over 8 years ago
by
Russell Christopher
20
Comments
It’s not uncommon for someone to want to integrate their pre-existing ASP.net app (which utilizes Forms Authentication) with Reporting Services. When doing so, we don’t want to force users to logon twice, however – The goal is to have the Forms auth cookie...
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
2005 report farms and the Surface Area Configration tool. The horror! The horror!
Posted
over 8 years ago
by
Russell Christopher
20
Comments
I just spent an entertaining hour trying to get a 2005 Reporting Services web farm operational. It's up now, but I'm a tired, broken man. Here are the mistakes I made: On certain 2005 SKUs, the Remote Connection property for your database engine...
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...
Page 5 of 7 (154 items)
«
3
4
5
6
7