Export to Sql Server and Excel

250 views
Skip to first unread message

devm...@hotmail.com

unread,
Jun 11, 2012, 4:31:43 AM6/11/12
to rav...@googlegroups.com
hi, 
is there a way to export the data from Raven to Sql Server and Excel formats ?

thanks in advance.

Mauro Servienti

unread,
Jun 11, 2012, 4:34:45 AM6/11/12
to rav...@googlegroups.com

There is the “Index Replication Bundle”

http://ravendb.net/docs/server/bundles/indexreplication

 

.m

devm...@hotmail.com

unread,
Jun 20, 2012, 10:40:04 AM6/20/12
to rav...@googlegroups.com
thank you man, 
but does that mean that i have to create Index for each collection ?

Oren Eini (Ayende Rahien)

unread,
Jun 20, 2012, 10:40:34 AM6/20/12
to rav...@googlegroups.com
You need a way to convert from the document model to the flat relational model,yes.

Chris Marisic

unread,
Jun 20, 2012, 11:52:36 AM6/20/12
to rav...@googlegroups.com
Will RavenDB create the tables it needs for the replication to sql server bundle?

Oren Eini (Ayende Rahien)

unread,
Jun 20, 2012, 11:54:52 AM6/20/12
to rav...@googlegroups.com
No, you need to do that

Chris Marisic

unread,
Jun 20, 2012, 3:39:09 PM6/20/12
to rav...@googlegroups.com
The bundle would be incredibly more useful if it could do that.

Kijana Woodard

unread,
Jun 20, 2012, 3:41:15 PM6/20/12
to rav...@googlegroups.com
I'm guessing the trouble would be figuring out how to layout the tables. For documents with some depth, that would be tricky. For simple cases, maybe the NServiceBus Saga NHibernate code could be a start.

Oren Eini (Ayende Rahien)

unread,
Jun 21, 2012, 1:48:00 AM6/21/12
to rav...@googlegroups.com
That would add enormous complexity. What are the data types? Can you create FK for me? How do I customize field names? How can I define a column that won't be used in the transformation but will be used by the code reading the table?

Easier to leave it out of scope, since then users can do whatever they want and have the utmost flexibility.

devm...@hotmail.com

unread,
Jun 21, 2012, 3:10:00 PM6/21/12
to rav...@googlegroups.com
thank you Ayende for clarification

Itamar Syn-Hershko

unread,
Jun 21, 2012, 9:29:30 PM6/21/12
to rav...@googlegroups.com
Plus it's a one time setup
Reply all
Reply to author
Forward
0 new messages