Viewing 15 posts - 12,196 through 12,210 (of 13,870 total)
(from memory) In your dataflow, just right-click on the line from your datasource and select Add DataReader.
Then follow the prompts to add the columns you are interested in.
Then when you...
April 6, 2010 at 2:54 am
If you add some data readers in your data flow just after your source, you should be able to easily verify whether the modified data is being read.
April 6, 2010 at 2:24 am
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
Viewing 15 posts - 12,196 through 12,210 (of 13,870 total)