DTS will not take across the RI. It can only do that between SQL Servers.
There are some articles about SQL Server for the Oracle DBA up on the MS
website.
I think you will have to manually do it or if you know the syntax on the SQL
Server you could write a converter that looked at Oracle and converted its
constrints into a sql server compatible script.
--
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know
"torontodba" <torontodba (AT) discussions (DOT) microsoft.com> wrote
Quote:
I am an Oracle DBA and my client is interested in migrating Oracle
database to SQL Server 2000.
**
**
What tool can I use for migrating tables referential integrity?
**
**
I tried the using DTS supplied by Microsoft but I am not successful
migrating the referential integrity of the tables.
Thanks for the help. |