Viewing 15 posts - 7,231 through 7,245 (of 11,678 total)
Congrats Uwe!
Take some well deserved vacation 🙂
edit: didn't see the post of Robert Davis. I hope you still passed though. Fingers crossed!
April 25, 2012 at 1:11 pm
I did some more testing and you need to use an ADO.NET connection manager.
Then you can use the Execute SQL Task and put the result set in a string variable.
April 25, 2012 at 6:48 am
Ah, so there is already an XML generated inside the stored procedure.
Can't you try to execute the sp directly in an OLE DB source?
April 25, 2012 at 5:45 am
abhinav_kapoor (4/25/2012)
April 25, 2012 at 5:40 am
Robin is right, CLR is the way to go.
Example:
Regular Expressions Make Pattern Matching And Data Extraction Easier
April 25, 2012 at 5:27 am
abhinav_kapoor (4/25/2012)
April 25, 2012 at 4:59 am
And what is the result set of your stored procedure?
April 25, 2012 at 4:58 am
What do you mean with "there is no o/p oaram in SP"?
Also, post the error message.
April 25, 2012 at 3:57 am
April 25, 2012 at 3:47 am
Gerbera (4/25/2012)
I need it to use as input variable in XML Source in Dataflow later 🙁
Yes. The question is: why?
April 25, 2012 at 3:21 am
It seems the error message is stored inside the XML file.
Any reason you don't store the results in a full resultset (object variable) instead of XML?
April 25, 2012 at 3:17 am
The Execute SQL Task doesn't fail on an Access Denied error? Strange...
April 25, 2012 at 1:42 am
What do you mean with "the stored procedure is unavailable"?
April 25, 2012 at 1:39 am
You can start a SQL Agent job in SSIS by using the sp_start_job stored procedure in an Execute SQL Task.
April 25, 2012 at 1:36 am
Viewing 15 posts - 7,231 through 7,245 (of 11,678 total)