The Case of the Missing Date/Time Stamp: Reporting Services 2008 R2 Snapshots

January 25, 2011

This week I stumbled upon an undocumented “feature” in SQL Server 2008 R2 Reporting Services as I was preparing a demonstration on how to set up and use report snapshots. If you’re familiar with the main changes in this latest release of Reporting Services, you probably already know that Report Manager got a facelift this [...]

0

Working with Reporting Services Filters – Part 4: Creating a NOT IN Filter

January 20, 2011
Tags: ,

A question came in from a reader asking about how to create a NOT IN filter. You can see in the first of this series of blog posts about Reporting Services filters, NOT IN is not available in our list of operators for filters. However, it’s still possible to produce a filter that excludes items [...]

3

I Hereby Resolve… (T-SQL Tuesday #14)

January 11, 2011

It’s time for another T-SQL Tuesday, hosted this month by Jen McCown (blog|twitter), on the topic of resolutions. Specifically, “what techie resolutions have you been pondering, and why?” I like that word – pondering – because I ponder a lot. And while there are many things that I do already because of my job, there [...]

2

Working with Reporting Services Filters – Part 3: The TOP and BOTTOM Operators

January 7, 2011
Tags: ,

Thus far in this series, I have described using the IN operator and the LIKE operator. Today, I’ll continue the series by reviewing the TOP and BOTTOM operators. Today, I happened to be working on an example of using the TOP N operator and was not successful on my first try because the behavior is [...]

0