Data migration from SQLServer to ObjectDB

#1

Hi, could someone recommend a good tool to use for data migration from SQLServer to ObjectDB.

#2

Unfortunately there is currently no such automatic tool.

Using a JPA ORM library (e.g. Hibernate or EclipseLink) you can write your own conversion program that retrieves data from the SQLServer database as entity objects and then persist these objects to the ObjectDB database.

ObjectDB Support

Reply