Viewing 15 posts - 12,166 through 12,180 (of 13,838 total)
If it's a standard source/destination Dataflow, then no, it does not cache.
Maybe your package is a little more complex than that and there is something in the logic that is...
April 6, 2010 at 1:28 am
This is hard to visualise without some sample data. I am picturing a single resultset easily enough - but the splitting into different tables bit is less easy.
If there are...
April 3, 2010 at 6:33 am
If you use a different delimiter, does it work OK?
Your hypothesis that SSIS is not generating delimiters in certain circumstances fails to explain why the columns would ever "shift...
April 3, 2010 at 6:21 am
Something's changed - you're just not sure what it is!
You could try using RegSvr32 to register these DLLs:
C:\WINNT\System32\Msjetoledb40.dll
C:\WINNT\System32\Msjet40.dll
C:\WINNT\System32\Mswstr10.dll
C:\WINNT\System32\Msjter40.dll
C:\WINNT\System32\Msjint40.dll
March 31, 2010 at 11:10 am
Wow, your post puzzled me for a while. I think you meant 'source folder', not 'destination folder', also 'importing' rather than 'exporting', as you are putting data into SQL Server,...
March 31, 2010 at 8:18 am
--sorry, misread post & answered incorrectly
March 31, 2010 at 1:23 am
divyanth (3/30/2010)
Did you try using Row_Number() Function in SQL?? its simple and would give you the same results ... Partition them on Seq,meter
Sounds like it would work ... if running...
March 30, 2010 at 11:34 am
?
You need to move everything apart from the latest file first - manually - before running the package.
From then on, assuming that you run this every day, all will be...
March 30, 2010 at 10:34 am
Use a File System 'Move File' task.
March 30, 2010 at 10:06 am
divyanth (3/30/2010)
Phil Parkin (3/30/2010)
Wrong. File names and folder names cannot contain slashes.
🙂 I agree with you on that Phill, I was just trying to help him with the code...
March 30, 2010 at 9:33 am
david.morrison-1035652 (3/30/2010)
Phil, I...
March 30, 2010 at 9:29 am
Wrong. File names and folder names cannot contain slashes.
March 30, 2010 at 9:22 am
david.morrison-1035652 (3/30/2010)
Phil Parkin (3/30/2010)
March 30, 2010 at 9:17 am
Folder names cannot contain slashes. Try replacing slash with - and you should have more luck.
March 30, 2010 at 9:09 am
Viewing 15 posts - 12,166 through 12,180 (of 13,838 total)