Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

What is the easiest way to move data from Oracle to SQL Server?

$
0
0

One of our products supports both Oracle and SQL Server as database backend. We have a customer who wishes to switch from an Oracle backend to Microsoft SQL Server, which isn’t a typical transition for us.

What is the easiest way to get all the data from the entire Oracle Schema into the SQL Server database?

The schema only contains plain old tables and nothing fancy. There might be one or two stored procedures that we’ll have no problem migrating by hand.

I could use Oracle’s SQLDeveloper to export the table data as CREATE and INSERT statements, but these won’t match the Syntax used on SQL Server and I am not looking forward to having to manually fix the syntax errors.


Viewing all articles
Browse latest Browse all 717

Trending Articles