|
-
March 7th, 2006, 01:08 AM
#1
Exporting Data and Table Structure from Oracle to SQL Server
Hi Guru's,
I have to export the table structure and data from Oracle to a Script file.
Which will be imported later on into SQL Server through a front end tool.
Is there any way I can get the DDL of a table in SQL Server format??
Thanks in Advance.
Nilesh
Pune, Maharashtra
India
-
March 7th, 2006, 03:02 AM
#2
Re: Exporting Data and Table Structure from Oracle to SQL Server
I think you can use Data Transformation Services of SQL Server to get the table and data from Oracle to SQL.
Have you tried DTS?
I have been posting only about DTS
-
March 8th, 2006, 02:20 AM
#3
Re: Exporting Data and Table Structure from Oracle to SQL Server
Is there any way I can get the DDL of a table in SQL Server format??
If for some reason U choose not to use DTS , than U can just export it in any tool U have. Since DDL is quite similar in both RDBMs than all U have to do is Seach&Replace
Best regards,
Krzemo.
-
March 31st, 2006, 03:08 AM
#4
Re: Exporting Data and Table Structure from Oracle to SQL Server
We have very large tables in Oracle 9i and moving data daily to SQL Server with Fastreader. DTS works well though when you have small data sets. We couldn't use it. Fastreader quikly extracts data into plain text files also creates schema definition and loader to sql server among other databases
fastreader : http://www.wisdomforce.com
 Originally Posted by Nilesh_S_Gokhal
Hi Guru's,
I have to export the table structure and data from Oracle to a Script file.
Which will be imported later on into SQL Server through a front end tool.
Is there any way I can get the DDL of a table in SQL Server format??
Thanks in Advance.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|