Viewing 15 posts - 12,196 through 12,210 (of 13,874 total)
Have you tried using the Send Mail task?
April 8, 2010 at 1:11 am
SQLStatementSource, I think.
April 7, 2010 at 6:35 am
Use an Expression within an Execute SQL task to combine static text and variables for your UPDATE statement.
April 7, 2010 at 6:18 am
As long as you can find some suitable selection logic, you could use a conditional split to redirect header rows (to nowhere).
April 6, 2010 at 6:59 am
(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
Viewing 15 posts - 12,196 through 12,210 (of 13,874 total)