Viewing 15 posts - 11,041 through 11,055 (of 13,877 total)
Perhaps this thread is of interest.
November 15, 2011 at 3:16 am
Script component is what you mean, I think.
Well done on taking the time to find a solution to your problem.
I still have concerns over the potential performance of your...
November 15, 2011 at 2:06 am
Don't think so. But you can use a combination of SUBSTRING and RIGHT to achieve the same thing - something like this (untested):
UPPER(SUBSTRING(@FileName,1,11))=="NEWPRODUCTS" && UPPER(RIGHT(@FileName,3))=="TXT"
November 14, 2011 at 2:05 pm
I can't see any reason why this would help in this case, but I have generally had more success using UNC paths rather than mapped drives for jobs like this.
November 14, 2011 at 11:39 am
Thanks Phil, well now I am beginning to know enough about SSIS to be a danger to myself and anyone around me.
No problem!
November 14, 2011 at 8:14 am
Hehe.
Here's how it's done in SSIS.
1) Add a data flow task.
2) Add an OLEDB source connection to the DF.
3) In the connection manager settings for the OLEDB source, select 'SQL...
November 14, 2011 at 7:56 am
Thanks for the extra detail - makes more sense now.
If you want to avoid loops, you'll need to use the power of the database - and as the data is...
November 13, 2011 at 2:05 pm
I'll start off by saying that I am almost certain that no WHILE loop will be required here.
But in order to get to a solution, I'll need to ask a...
November 13, 2011 at 12:59 pm
It seems that you are not the first to come across this problem. Take a look here and see whether it might be relevant.
November 12, 2011 at 6:42 am
Jeff Moden (11/11/2011)
November 12, 2011 at 4:02 am
Not sure I understand. How is this related to SSIS?
November 12, 2011 at 3:59 am
Note to OP: sorry for hijacking your thread 🙂
Morocco is hectic and chaotic. An interesting place, with some excellent people and many more who are just trying to separate me...
November 10, 2011 at 10:58 am
Koen Verbeeck (11/10/2011)
Phil Parkin (11/10/2011)
kramaswamy (11/8/2011)
November 10, 2011 at 10:35 am
kramaswamy (11/8/2011)
November 10, 2011 at 2:28 am
luismarinaray (11/2/2011)
How do you update a group of records with the following "features",
By each group, update every record, with a counter which has to begin from 1 for each group.
I...
November 2, 2011 at 9:51 am
Viewing 15 posts - 11,041 through 11,055 (of 13,877 total)