Viewing 15 posts - 12,661 through 12,675 (of 13,876 total)
You have not explained your problem very clearly.
Can you describe the requirement and post some sample data showing what's it's like as source and how you would like it to...
July 15, 2009 at 4:06 am
Your idea number 2 sounds like it should work OK, except you'll need a multicast before you send the output to the log table destination: one output to the log...
July 14, 2009 at 10:16 pm
Nice work and no problem - I don't think I helped much. By the sound of it, you already know way more than I do anyway! Glad that you tracked...
July 14, 2009 at 9:52 am
Two derived columns seems like the easiest way to me.
If you need help writing the expressions, post back. But give it a go, it's not too difficult.
July 14, 2009 at 9:06 am
The error message specifically mentions SQL Native Client - making me wonder whether you tried to connect to Oracle using the wrong provider ...
July 14, 2009 at 9:04 am
Can you use SQL Native Client to connect to Oracle?
July 14, 2009 at 8:40 am
Actually it's more elegant than that.
Create a Foreach container with 'item' enumeration and add the folders' names as items in column 0.
Then map a variable to this column.
Then plonk your...
July 14, 2009 at 5:43 am
Not that similar! Two file system copy tasks would seem to meet your requirement.
July 14, 2009 at 5:25 am
Do it as an Execute SQL task after the data flow - ie, on the Control Flow tab.
July 12, 2009 at 10:30 pm
John Marsh (7/12/2009)
There is probably a more elegant solution but as a workaround you could edit the Mappings to the Destination Table, to ignore the first and last Input Columns.
Regards,
John...
July 12, 2009 at 6:01 pm
By "achieve", do you mean how do you unpack it? Sounds like a derived column to me. What's the unpacking algorithm?
July 12, 2009 at 5:53 pm
Sure thing. Edit the Foreach container, click on Collection, select Expressions and set the Directory and Filespec properties to retrieve the contents of your variables.
July 11, 2009 at 11:11 am
You could try a FOREACH container - put your File System Task in it and it should move all of the matching files one by one - after just a...
July 11, 2009 at 2:13 am
Please post the full error message, not just the codes.
July 10, 2009 at 8:02 am
When your source data is already in a single database there is no need for a merge join ... just write a query to bring out the data that you...
July 10, 2009 at 6:28 am
Viewing 15 posts - 12,661 through 12,675 (of 13,876 total)