Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

Does software exist for transforming data from one DB schema to another?

$
0
0

I need to transform some data between two different database schemas. For example, I have one table in old schema like this:

Employee table - Old schema

and I need to transform it to new schema like this:

Tables describing Employee - New schema

So I have few questions to ask:

  1. Does there exist software that can migrate data between these two schemas (Without or with little usage of SQL)?
  2. If it exists, can this software migrate even between two platforms (i.e. MS SQL Server to Oracle)?

Thanks!


Viewing all articles
Browse latest Browse all 17268

Trending Articles