November 14, 2005 at 9:10 am
Here's the scenario: Got Table A in production system and Table B in data store, both tables have the same columns. New data in Table A needs to be loaded into Table B.
I know that there are a couple ways to do this in SSIS and you can even do it in just straight sql. But there should be an easy way to do this in SSIS. For example in Oracle's ETL tool you simply have a source and a destination, and you set some options on the destination (what the keys are). SSIS should have a Data Flow Transform for this, or even some properties on the Data Flow Destination.
This scenario is SO common that there should be a real simple way to do this in SSIS. I only post this because I know some MS people may read it.
November 15, 2005 at 1:43 am
You can use the DTS import and Export wizard. Very quite straightfoward
November 15, 2005 at 1:46 am
Jeff,
I assume you're aware of the methods here? http://www.sqlis.com/default.aspx?311
This would be handy functionality to be provided in the import/export wizard though (if it isn't there already).
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
November 15, 2005 at 1:55 am
The DTS wizard is more than capbable of implementing the functionaling that is specified in the URL link.
November 16, 2005 at 7:19 am
I can't get the import/export wizard to duplicate that functionality. I get primary key violations no matter what mapping options I choose. If I'm missing something, please let me know.
Jamie - Thanks for the link, but I've been there already. I check that site regularly.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply