Viewing 6 posts - 1 through 6 (of 6 total)
Glad to see you're doing your best to make things right.
SELECTRANK () OVER (PARTITION BY br2.brand ORDER BY br2.forecast_percent DESC) rnk,
br2.brand, br2.forecast_percent, br2.territory
FROM ...
December 5, 2013 at 7:00 am
Sounds very promising. Looking forward to reading the next level.
July 17, 2013 at 11:35 am
The "Move File" operation will not allow you to change the name so the destination can only contain a path to the file folder without the file name. If you...
June 17, 2013 at 12:21 pm
Here are some screenshots of how I use the File Task.
First I have ForEach loop that will scan a folder looking for files matching a prefix. Here I'm using variables...
June 17, 2013 at 7:27 am
Sure, I'll put something together and post it. Thanks for responding.
June 13, 2013 at 7:23 am
RonKyle (6/13/2013)
You can actually simplify it even more if you like, by using a File System Task, instead of a Script Task to move your processed files once done. That...
June 13, 2013 at 6:59 am
Viewing 6 posts - 1 through 6 (of 6 total)