Viewing 15 posts - 12,901 through 12,915 (of 13,841 total)
If that's a Foxpro DBF, you might need to install a driver (free, I think) before this will work.
April 6, 2009 at 3:15 am
Are you using a Foreach/File container?
April 6, 2009 at 3:04 am
Ramesh (4/4/2009)
Phil Parkin (4/4/2009)
I like Ramesh's solution. Your first solution replaces all commas ... this is not the requirement.Thanks Phil for supporting the only solution, till now.
Easy for me to...
April 4, 2009 at 6:20 am
Seems to work with the supplied data, but does not work with all occurrences of multiple commas, eg
insert into #table select '01008,,,,,,,,,,,,,,03072,0078,R,,'
April 4, 2009 at 2:06 am
I like Ramesh's solution. Your first solution replaces all commas ... this is not the requirement.
April 4, 2009 at 12:18 am
If your source data does not contain dups, but your target data does, you should be asking why, in my opinion - and that was my assumption on reading your...
April 3, 2009 at 10:05 pm
Your DBA should be able to help you find out what process has locked the table ... then you just need to decide what to do about it. Killing the...
April 3, 2009 at 9:35 pm
Not sure whether this would be faster ...
Maybe Zip all the files and then move the Zip file. Depending on the nature of the file names and the renaming, you...
April 3, 2009 at 9:31 pm
I'll help you with the hard bit. Assume you have a table 'Colour' as follows:
ID ParentID ...
April 2, 2009 at 8:05 pm
Your question seems to boil down to "why is SSIS creating duplicates in my data transfer?"
How can you expect anyone to answer this when you provide so little detail about...
April 2, 2009 at 7:15 pm
Is it possible to come at this problem from another angle? Just have a blank version of the spreadsheet living somewhere accessible, then do a delete (of old spreadsheet) and...
April 2, 2009 at 10:01 am
Have you created the package variables you need? They need to be created/declared before they can be used.
Right-click the control flow and select Variables and follow it through from there....
April 2, 2009 at 7:19 am
... and I thought I had tested that! Well, it was early in the morning :doze:
Nice approach Ramesh - great use of logic.
Phil
April 1, 2009 at 9:04 pm
Haha - I know what you mean. I wasn't sure until I tried it either 🙂
April 1, 2009 at 12:31 am
Viewing 15 posts - 12,901 through 12,915 (of 13,841 total)