Viewing 15 posts - 11,731 through 11,745 (of 13,876 total)
Finally we are getting somewhere, I think.
For this task, forget the FST. You can delete the entire dataflow actually.
Just configure an Execute Process task on the Control Flow pane to...
December 2, 2010 at 8:55 am
I am afraid that you have not answered my question. Until you can tell me why you cannot use
move *.*
I am not going to post further.
December 2, 2010 at 8:32 am
Steve Hindle-535638 (12/2/2010)
December 2, 2010 at 8:20 am
I must be missing something. Why not use the wildcard option? Then you don't need to know the file names.
December 2, 2010 at 8:08 am
Steve Hindle-535638 (12/2/2010)
December 2, 2010 at 7:43 am
So do these variables merely contain folder paths and you want your task to loop round all files in <source_folder> and move them to <destination_folder>?
Or do the values of the...
December 2, 2010 at 7:29 am
This can definitely be done. What problem are you having?
December 2, 2010 at 7:08 am
I am also interested to know what will happen to this table in future. Will it be maintained incrementally (via appropriate UPDATEs and INSERTs) - in which case is this...
December 2, 2010 at 7:06 am
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
Viewing 15 posts - 11,731 through 11,745 (of 13,876 total)