Browse by Tags

All Tags » SQL Server Reporting Services (RSS)

Handling Temp tables in reporting services

Today in my 24Hrs of PASS session I highlighted the issue of using temp tables with reporting services.

My solution is to use a design time variable, and the feature that all paths are executed when FMTONLY is set ON

The code I used is along these lines ....

...

Installing Visual Studio 2008 and SQL Server 2005

If you are upgrading to Visual Studio 2008 then be careful with SQL Server. You may or may not know that the Business Intelligence Development Studio (BIDS) is a visual studio shell. If you don't have Visual Studio installed when you install SQL Server...

RS How To : Multi value parameters and IN clause

Following my preview two posts about using filter and with IN in the multivalue parameters. Rob Farley has posted a bit more detail on how Reporting services cheats. http://msmvps.com/blogs/robfarley/archive/2007/11/23/how-multi-value-query-parameters...

RS Howto: Use the IN operator in a filter expression

Filters are not always a good thing in reports as it generally indicates you are getting more data back from the database than you need. However I often find that I want to use virtually the same data in a report jst formatted differently, i.e. a chart...

What application doesn't have UNDO in today's world

Well the first that is close to my heart is Integration Services and its really annoying. I tried to track down a connect item for this but couldn't find a specific one. So I raised one https://connect.microsoft.com/SQLServer/feedback/ViewFeedback...

SSRS Getting pounds instead of dollars

As much as I hate to admit it Microsoft is a US company which means everything defaults to US. So dates are in mmddyyyy not ddmmyyy format, words are missing letters such as color instead of colour and the currency is dollars and not the Great British...