Viewing 15 posts - 46 through 60 (of 82 total)
I have tried a few return options and below is what worked for me:
1) return as a ref cursor
2) read oracle procedure from ssrs just like you read a sql...
December 14, 2011 at 3:19 pm
Thank you everyone for the feedback.
October 12, 2011 at 8:45 pm
Thank you Carlo. I also thank Steve Jones for the support.
October 11, 2011 at 7:16 am
Martin,
Even string wouldn't work(cannot convert between unicode and nonunicode string error). Staging the data as is and then converting using data conversion would work. You are correct, I should have...
September 9, 2011 at 7:19 am
Martin, thank you for the response.
I wish I could do something to prevent something rather than waiting for an error to occur and then fixing it. It becomes tough to...
September 8, 2011 at 7:29 pm
All,
I have a column in oracle db sit_id which of NUMBER datatype of lenght 22. SSIS reads it as unicodestring of length 38 in the source. I get the...
September 8, 2011 at 3:00 pm
Thank you Martin! I will follow your suggestion.
September 6, 2011 at 10:28 am
@welsh
Sorry for the confusion I created. I meant I used the same credentials to connect to oracle server in the datasource.
When running as a job, I actually encrypted the...
August 11, 2011 at 10:14 am
@welsh,
I am actually using the same credentials both in the SQL Server Agent job and BIDS. What kind of added permissions will be needed to run from BIDS. Please advise.
Thank...
August 11, 2011 at 9:18 am
@welsh,
I can test the ODBC connection. Actually now, I scheduled the package as a SQL Agent job to run as 32 bit, and it is working fine. I can run...
August 11, 2011 at 6:52 am
Welsh Corgi ,
I am testing it from the server.
My connection string:
Provider=OraOLEDB.Oracle.1;Data Source=aaaaa;Persist Security Info=True;Password=***;User ID=uid1
Thanks and Regards,
Praveena.
July 15, 2011 at 8:17 am
@steve-2: I just started using regex. I might be able to figure out the complex ones too. Surely will post back in forum if I cant. Thank you...
June 21, 2011 at 6:49 am
@steve-2: This article helped a great deal. Though I am not able to search and replace complex ones like the one I was asking earlier, it helps with...
June 20, 2011 at 2:52 pm
avitale,
With the report as in http://msdn.microsoft.com/en-us/library/cc281302.aspx, nothing appears in the series fields and 'Names' appear in the category area.
If I drag 'Names' to 'series fields area', it...
June 16, 2011 at 2:27 pm
@opc.three: Thank you! It helped.
I have other question though. I want to read the string between <MDX> and </MDX> tags. How can I do that? I am very new to...
May 24, 2011 at 3:04 pm
Viewing 15 posts - 46 through 60 (of 82 total)