greenmtnsun

Keith Ramsey's Business Intelligence Blog

Browse by Tags

All Tags » SSRS (RSS)
MCITP BI News; some news for MCTS BI and SQL Server 2008
Anticipated recources for the premier Microsoft Business Intelligence certification (MCITP BI) for SQL Server 2005 are fading from Microsoft. I recently was made aware from Amazon that a book I pre-ordered titled "MCITP Self-Paced Training Kit (Exam 70...
Vista and SSRS
Did you know that Microsofts new operating system will only allow you to install SSRS's full features on its Business and Ultimate editions? Yep. Vista does not allow users access to a little itsy feature in IIS called Windows Authentification. So while...
Simple Stored Procedure to return data to a SSRS Report from Oracle
If you are like me, SQL Server is a breeze to write a Stored Procedure against and Oracle isn't as intuitive. I had a report that simply needed to do the following: 1. Run a query in Oracle. 2. Return the data to Reporting Services so that it could report...