dbTalk Databases Forums  

migration with link tables...

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


Discuss migration with link tables... in the microsoft.public.sqlserver.dts forum.



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

Default migration with link tables... - 11-12-2003 , 04:43 AM






We are migrating an old database structure to the new structure and I am
having problems becuase we have added a link table between two tables as
shown below. Could someone tell me how I would use DTS to go about this
migration?

Cheers

Simon

-------------------

Old structure

[TABLE1]
Table1ID
Table2ID
Etc

[TABLE2]
Table2ID
Etc

New Structure
[TABLE1]
Table1ID

[TABLE2]
Table2ID

[LINKTABLE]
Table1ID
Table2ID







Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: migration with link tables... - 11-12-2003 , 08:47 AM






Migrate Table 1 -- Table 1 (Table 1 ID only)
Migrate Table 2 -- Table 2
Migrate Table 1 again -- Link table, both columns

--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Simon Middlemiss" <bob (AT) flemming (DOT) net> wrote

Quote:
We are migrating an old database structure to the new structure and I am
having problems becuase we have added a link table between two tables as
shown below. Could someone tell me how I would use DTS to go about this
migration?

Cheers

Simon

-------------------

Old structure

[TABLE1]
Table1ID
Table2ID
Etc

[TABLE2]
Table2ID
Etc

New Structure
[TABLE1]
Table1ID

[TABLE2]
Table2ID

[LINKTABLE]
Table1ID
Table2ID









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.