greenmtnsun

Keith Ramsey's Business Intelligence Blog

Browse by Tags

All Tags » Stored Procedure (RSS)
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...