Working with Reporting Services Filters – Part 2: The LIKE Operator

December 30, 2010
Tags: ,

In the first post of this series, I introduced the use of filters within the report rather than in the query. I included a list of filter operators, and then focused on the use of the IN operator. As I mentioned in the previous post, the use of some of these operators is not obvious, [...]

7

Working with Reporting Services Filters–Part 1

December 21, 2010
Tags: ,

There are two ways that you can filter data in Reporting Services. The first way, which usually provides a faster performance, is to use query parameters to apply a filter using the WHERE clause in a SQL statement. In that case, the structure of the filter depends upon the syntax recognized by the source database. [...]

5

My Right-to-Left Foot (T-SQL Tuesday #13)

December 14, 2010
Tags: ,

As a business intelligence consultant, I often encounter the situation described in this month’s T-SQL Tuesday, hosted by Steve Jones ( Blog | Twitter) – “What the Business Says Is Not What the  Business Wants.” Steve posed the question, “What issues have you had in interacting with the business to get your job done?” My [...]

5