Viewing 15 posts - 11,731 through 11,745 (of 13,838 total)
Accepted good practice is to move a file which has been processed to a separate archive folder - then you don't get a mixture of processed and unprocessed in the...
November 11, 2010 at 8:48 am
Could you have a task that runs first which renames the file, dropping the h:m:s bit and then feed that into your dataflow as normal?
November 11, 2010 at 8:23 am
Well I'm sorry [BigGrin] (but I did post it before you [Smile] )
Yeah I know. I was in full artistic composition mode while you nipped in and posted a...
November 9, 2010 at 2:35 am
da-zero (11/9/2010)
November 9, 2010 at 12:35 am
It seems that you are hoping that someone here will actually write the code for you. The people who respond here are extremely helpful, yet are generally pushed for time...
November 9, 2010 at 12:34 am
sankarkot2007 (11/6/2010)
Hello Da-Zerodon't post these type of suggestions,ok.I learn beggener stage Thats why i want some questions
I - along with many others on this forum - think the same...
November 6, 2010 at 2:58 pm
Please explain what you mean by 'report'?
From what you are describing, it just sounds like a straight INSERT.
November 5, 2010 at 12:41 am
Use an Execute SQL task in your Control Flow to get the count and assign it to a variable - then use a precedence constraint to direct flow to your...
November 3, 2010 at 1:44 pm
To use SSIS variables within the Execute SQL task, use an Expression to set the appropriate property of the task.
November 2, 2010 at 8:34 am
You are using a lot of guesswork here.
A quote from the original post:
how to find out whether any file is present in the specified folder.
Note: we dont know about the...
November 2, 2010 at 4:59 am
True 🙂
Directory.GetFiles will probably do the job.
But so will a FEL, without the need for any code.
November 2, 2010 at 4:44 am
Pulivarthi Sasidhar (11/2/2010)
Hi,Use Script Task go to design script
U can write C# or VB Script for the same
Cheers!
Sasidhar Pulivarthi
What does this give the OP that Steveb's post did not?
November 2, 2010 at 4:32 am
Depends on what you will do next.
You might just be able to use a Foreach loop and put your 'file(s) found' processing inside it.
November 2, 2010 at 3:05 am
You have pretty much just repeated your initial post without providing the information requested by the respondents. Why should others make the effort to help you if you cannot be...
October 30, 2010 at 4:46 am
Several ways of doing this. One is to create a FEL that processes *.txt and then another that processes *.csv.
A data flow within each FEL takes care of the difference...
October 28, 2010 at 4:47 am
Viewing 15 posts - 11,731 through 11,745 (of 13,838 total)