Viewing 15 posts - 5,731 through 5,745 (of 11,678 total)
Brandie Tarvin (5/6/2013)
Given what information the OP gave us, that's what he wants.
File 1:
A
B
C
File 2:
E
F
G
Union All gives us:
A
B
C
E
F
G
Merge Join gives us:
A E
B F
C G
May 6, 2013 at 7:41 am
Brandie Tarvin (5/6/2013)
Koen Verbeeck (5/6/2013)
avinash.818 (5/6/2013)
If I add a Merge Transform and Pull the Data into Destination,Data from each file Merges as one column in the output,what I need...
May 6, 2013 at 6:27 am
avinash.818 (5/6/2013)
If I add a Merge Transform and Pull the Data into Destination,Data from each file Merges as one column in the output,what I need is a separate column...
May 6, 2013 at 1:17 am
Thanks for the question, and Hugo, thanks for the explanation 🙂
May 6, 2013 at 12:45 am
So you installed SQL Server 2008 (at least standard edition) and you upgraded the package to SSIS 2008?
Any errors/warnings during the upgrade?
Do you use a script task/component in the package?
April 30, 2013 at 7:01 am
Easy one, as I was bitten by this before. Thanks for the question.
April 30, 2013 at 5:47 am
baabhu (4/29/2013)
Want my points back. The answer is those hints can be used either with "with" hint or without the with hint. My points back.
How can you have something back...
April 29, 2013 at 1:23 am
The correct answer is wrong. Zerko is right, the explanation even says so.
Let the flaming begin 🙂
April 29, 2013 at 12:55 am
haastnooit (4/24/2013)
Is there a way I can force it to do that?
How can I...
April 24, 2013 at 11:43 am
Lowell (1/15/2013)
Koen Verbeeck (1/15/2013)
That's great stuff Lowell, I didn't know you could force the installation of the provider.
Thanks Koen!
I've bean my head against that 64 bit installation rock a few...
April 23, 2013 at 5:51 am
haastnooit (4/23/2013)
Thanks for your reply.
I have the source of the project repsonsible for this functionality and im downloading visual studio 2008 right now to be able to open it.
How...
April 23, 2013 at 4:38 am
Viewing 15 posts - 5,731 through 5,745 (of 11,678 total)