One Db type to another - SQL

87 Views Asked by At

If I have SQL tables tblA and tblB and they have one to many relationship between them.. can we create multiple raven db documents automatically .. Can I automatically load documents in Raven DB... from SQL server tables any other way... using any tool?

1

There are 1 best solutions below

0
On BEST ANSWER

There is a ETL demo in Raven's code base.

Additionally, you may have a look at how Raccoon imports a SQL database for Subtext into RavenDB.