Viewing 15 posts - 11,701 through 11,715 (of 13,838 total)
Nice solution - I'm sure others will use it.
Phil
December 2, 2010 at 7:02 am
The title of this thread refers to columns, yet your posts refer to rows. That's an important difference - which do you mean?
For future reference, when you get an error...
December 2, 2010 at 5:17 am
jbelina (12/1/2010)
I recently came across the same problem and changing the max concurrency to 1 seemed to fix my problem. Hope this help! 😀
/MAXCONCURRENT " -1 "
Your text states...
December 1, 2010 at 9:15 am
Part 2 is the tricky bit though. If you've done this before, I think it would be useful if you could provide a code snippet.
Tricky because
"1,400.00",17.50,300
needs to become
"1400.00",17.50,300...
November 30, 2010 at 7:18 am
I disagree. It seems relatively straightforward to me.
You need two derived columns - Add1 and Add2 say.
Add1 will be Left(Address, 30)
and Add2 will be characters 31-60 (use a substring function...
November 29, 2010 at 2:43 am
GN-340682 (11/26/2010)
Thanks for the reply.
I've tried that. It just pushes the problem on. It seems that if I do that when it gets to the next numeric field it's...
November 27, 2010 at 12:46 am
Adiga (11/25/2010)
However it looks like the SQL Server Agent startup account does not have access to the path specified. Can you double check if the SQL Server Agent is starting...
November 25, 2010 at 2:54 am
Does the path include drive letters? If so, can you use a UNC path instead?
November 25, 2010 at 1:11 am
Do you mean that the SQL Server Agent service is using your own personal credentials to run?
November 25, 2010 at 1:05 am
No problem, thanks for posting back.
November 24, 2010 at 8:48 am
Delete that green arrow.
Then connect source to derived column and derived column to destination (use green connectors).
Then amend your mappings. The new derived column should be available as an extra...
November 24, 2010 at 8:36 am
Add a derived column transformation into your data flow - set its value as required and then map it to the desired destination column, same as all your other columns....
November 24, 2010 at 8:07 am
I'm sorry, I don't know what else to suggest.
This link suggests that what you are trying to do should work just fine.
November 24, 2010 at 1:51 am
Maybe it's worth trying this with an Expression instead and seeing what happens.
November 24, 2010 at 12:42 am
Viewing 15 posts - 11,701 through 11,715 (of 13,838 total)