Viewing 15 posts - 12,346 through 12,360 (of 13,838 total)
As Sabya suggested, please read up on the SCD component and then post back with any additional questions.
December 30, 2009 at 9:59 am
You chose ... wisely.
December 30, 2009 at 9:39 am
Could the column names in the external text file be changing?
December 30, 2009 at 9:25 am
a.hadss (12/30/2009)
in the database:
table one: Customer(ID, Name, Age, Location_ID)
table 2: Location(ID, LOC_NAME)
in a datawarehouse:
table 1: Cust(ID, Name, Age, Location_Name)
now i want to refresh the dataware...
December 30, 2009 at 9:22 am
Use a Conditional Split and send the unwanted row(s) to an output which goes nowhere ...
December 30, 2009 at 9:06 am
A possible alternative is to delete and recreate the sheet you are working with, using Execute SQL tasks against an Excel Connection Manager connection ...
DROP TABLE 'sheetname'
followed by
CREATE TABLE 'sheetname'...
December 29, 2009 at 5:08 am
Aggregation can remove dups too. But it all works faster using the database engine, as already noted.
December 29, 2009 at 4:50 am
This is really not my area of expertise, but I think that you'll have no problems with the availability of regedit and that gacutil would be installed as part of...
December 23, 2009 at 5:21 am
Not really. Still seems like a versioning issue to me. Did you have to register that DLL on your local PC, or was it just 'there' as a result of...
December 23, 2009 at 4:02 am
What does the Script Task do?
December 23, 2009 at 1:11 am
But version 10, as referred to in your error message, is Excel 2002 (see here).
At what point is the error message appearing? Is it when you try to run the...
December 23, 2009 at 12:41 am
Version 10 is Excel 2002, I think. Is that what you have on your PC? You need to get these versions in order ...
December 23, 2009 at 12:23 am
Jeff Moden (12/22/2009)
Heh... I probably wouldn't use SSIS for such a thing. I damned sure wouldn't use a script for this. T-SQL would do the job just fine.
So ......
December 23, 2009 at 12:05 am
Does the server have Excel installed?
December 23, 2009 at 12:03 am
Sabyasm told you already - what is wrong with that method?
December 23, 2009 at 12:02 am
Viewing 15 posts - 12,346 through 12,360 (of 13,838 total)