Viewing 3 posts - 1 through 3 (of 3 total)
I think you should look at your for each loop, this is running for each file, so if you have 3 files it's running 3 times.
September 2, 2010 at 4:10 am
#1215478
I think you should look at your loop...
1 file:
everything is ok
2 files:
1 is ok
1 failes
3 files:
2 failes
I think you...
August 31, 2010 at 2:03 pm
#1214590
I think you should convert the date+time from the source to a date instead of adding time to the parameters:
SELECT ModifiedDate
FROM ...
August 20, 2010 at 11:52 am
#1209842