dbTalk Databases Forums  

SSIS: Update one table from another - HELP !

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS: Update one table from another - HELP ! in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Peter
 
Posts: n/a

Default SSIS: Update one table from another - HELP ! - 11-02-2006 , 08:23 AM






Hi
Here's what I want to do:
I'm trying to update one table from another in SQL Server 2005. The two
databases that resides on the same server.

I want to make sure that the data in TableB is allways up to date with the
data from TableA.
So I want to :
1. Update existing rows in Table B with data from Table A
2. Insert any new rows from Table A into Table B. In this process i need to
run a stored procedure to retrieve a unique ID for Table B

This is easy in SQL Server 2000 but in SQL Server 2005 I just don't know
where to start !!
Help !! :-)

Peter


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.