Viewing 15 posts - 12,211 through 12,225 (of 13,876 total)
divyanth (3/30/2010)
Did you try using Row_Number() Function in SQL?? its simple and would give you the same results ... Partition them on Seq,meter
Sounds like it would work ... if running...
March 30, 2010 at 11:34 am
?
You need to move everything apart from the latest file first - manually - before running the package.
From then on, assuming that you run this every day, all will be...
March 30, 2010 at 10:34 am
Use a File System 'Move File' task.
March 30, 2010 at 10:06 am
divyanth (3/30/2010)
Phil Parkin (3/30/2010)
Wrong. File names and folder names cannot contain slashes.
🙂 I agree with you on that Phill, I was just trying to help him with the code...
March 30, 2010 at 9:33 am
david.morrison-1035652 (3/30/2010)
Phil, I...
March 30, 2010 at 9:29 am
Wrong. File names and folder names cannot contain slashes.
March 30, 2010 at 9:22 am
david.morrison-1035652 (3/30/2010)
Phil Parkin (3/30/2010)
March 30, 2010 at 9:17 am
Folder names cannot contain slashes. Try replacing slash with - and you should have more luck.
March 30, 2010 at 9:09 am
The two backslashes are causing the error. Surely just a single \ is all that you need?
March 30, 2010 at 9:05 am
There is another option which does not require script. Put the whole process inside a FOREACH container. When the package executes, if the FOREACH container does not find a matching...
March 30, 2010 at 8:30 am
david.morrison-1035652 (3/30/2010)
Phil Parkin (3/30/2010)
I get the impression that most people here move files to an archive folder once...
March 30, 2010 at 8:23 am
I do not believe that this is the most efficient way of working.
I get the impression that most people here move files to an archive folder once they have been...
March 30, 2010 at 7:13 am
Please post the text of your error message.
March 30, 2010 at 12:52 am
OK - you're using a space as a field delimiter. A bit risky unless you are sure that your data cannot contain even a single space.
So you need to check...
March 29, 2010 at 3:41 am
It's surely obvious to you why this is happening. You are using the comma for two purposes.
Please confirm what you would like the output file to look like.
March 29, 2010 at 3:31 am
Viewing 15 posts - 12,211 through 12,225 (of 13,876 total)