Viewing 7 posts - 1 through 7 (of 7 total)
You could save what the import wizard is doing as a SSIS package (if you haven't already), then open it in BIDS and modify the data flow to redirect rows...
October 6, 2009 at 2:04 pm
Actually, I think Southpaw is on the right track with the sequence containers - particularly if jobs A1, A2 and B1 need to run in parallel and all complete prior...
September 2, 2009 at 11:48 am
Glad to hear you got the parameters working with ODBC. Unfortunately no I don't know of any other documentation beyond books on line or Oracle's documentation regarding PL SQL.
October 8, 2008 at 11:50 am
Oracle does not use the @start_date logic for parameters, they use :start_date. At my previous job we had several hundred reports in SSRS running against an Oracle environment and...
October 8, 2008 at 10:57 am
No reports created in the new SSRS 2008 RDL format are not backward compatible.
Eric
September 12, 2008 at 9:58 am
Depending on your naming convention you ought to be able to use a For Each Loop control and wild card the file specification. Map the result to a variable...
July 30, 2008 at 3:06 pm
Actually, if you already have downloaded the rdl from the production report site you are more than half way there. The rdl will contain the definition of all the...
July 24, 2008 at 2:32 pm
Viewing 7 posts - 1 through 7 (of 7 total)