Viewing 7 posts - 16 through 22 (of 22 total)
Yup, everything ran fine. Saw the box turn Green. 🙂 But the filename remains the same "Output_.xls." Do I need to do anything else in the...
July 16, 2009 at 9:16 am
Hey Phil,
Do I need to change anything in that script? I'm pretty sure I followed everything. I created a string variable called SourceFile that contains the location/filename of...
July 16, 2009 at 8:33 am
SSIS (7/15/2009)
OK, so I was able to successfully copy the Excel file from one location to another, but I don't know how to include the date/month in the filename after... July 15, 2009 at 3:17 pm
OK, so I was able to successfully copy the Excel file from one location to another, but I don't know how to include the date/month in the filename after it's...
July 15, 2009 at 11:12 am
Sure, it's easy once you put it that way... 😉 Sorry for the late reply, I've been on vacation. hehe
I'll give it a try and let you know! ...
July 10, 2009 at 10:41 am
Cool, thanks! This one looks less complicated than Datepart. Thanks again for your help!
June 4, 2009 at 7:31 am
I just need to run a query that will pull data from the past month. So basically:
SELECT * FROM Output
WHERE Date BETWEEN '01/01/2009' AND '01/30/2009'
But wanting to automate it,...
June 3, 2009 at 4:31 pm
Viewing 7 posts - 16 through 22 (of 22 total)