dbTalk Databases Forums  

Re: data migration = DTS?

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


Discuss Re: data migration = DTS? in the microsoft.public.sqlserver.dts forum.



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

Default Re: data migration = DTS? - 08-08-2003 , 01:40 AM






When you say you need to do it in SQL Server and Oracle does this mean you are migrating from One to the other or that you have two systems that need to be migrated to the same RDBMS on another box. By far the simplest way for the former is BACKUP
and RESTORE. For the latter your problem comes when you have RDBMS specific code to export. Sure DTS will move data and structure between the two RDBMS's but not Relationships, Functions, Indexes, etc etc

You may get some ideas here

http://search.microsoft.com/search/r...u=oracle&na=30

but it won't be as easy as BACKUP RESTORE


--

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

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.