Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Export to Sql Server and Excel
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
devmondo@hotmail.com  
View profile  
 More options Jun 11 2012, 4:31 am
From: "devmo...@hotmail.com" <devmo...@hotmail.com>
Date: Mon, 11 Jun 2012 01:31:43 -0700 (PDT)
Local: Mon, Jun 11 2012 4:31 am
Subject: Export to Sql Server and Excel

hi,
is there a way to export the data from Raven to Sql Server and Excel
formats ?

thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mauro Servienti  
View profile  
 More options Jun 11 2012, 4:34 am
From: Mauro Servienti <ma...@topics.it>
Date: Mon, 11 Jun 2012 08:34:45 +0000
Local: Mon, Jun 11 2012 4:34 am
Subject: RE: [RavenDB] Export to Sql Server and Excel

There is the “Index Replication Bundle”
http://ravendb.net/docs/server/bundles/indexreplication

.m

From: ravendb@googlegroups.com [mailto:ravendb@googlegroups.com] On Behalf Of devmo...@hotmail.com
Sent: lunedě 11 giugno 2012 10:32
To: ravendb@googlegroups.com
Subject: [RavenDB] Export to Sql Server and Excel

hi,
is there a way to export the data from Raven to Sql Server and Excel formats ?

thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
devmondo@hotmail.com  
View profile  
 More options Jun 20 2012, 10:40 am
From: "devmo...@hotmail.com" <devmo...@hotmail.com>
Date: Wed, 20 Jun 2012 07:40:04 -0700 (PDT)
Local: Wed, Jun 20 2012 10:40 am
Subject: Re: [RavenDB] Export to Sql Server and Excel

thank you man,
but does that mean that i have to create Index for each collection ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Jun 20 2012, 10:40 am
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Wed, 20 Jun 2012 17:40:34 +0300
Local: Wed, Jun 20 2012 10:40 am
Subject: Re: [RavenDB] Export to Sql Server and Excel

You need a way to convert from the document model to the flat relational
model,yes.

On Wed, Jun 20, 2012 at 5:40 PM, devmo...@hotmail.com
<devmo...@hotmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Marisic  
View profile  
 More options Jun 20 2012, 11:52 am
From: Chris Marisic <ch...@marisic.com>
Date: Wed, 20 Jun 2012 08:52:36 -0700 (PDT)
Local: Wed, Jun 20 2012 11:52 am
Subject: Re: [RavenDB] Export to Sql Server and Excel

Will RavenDB create the tables it needs for the replication to sql server
bundle?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Jun 20 2012, 11:54 am
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Wed, 20 Jun 2012 18:54:52 +0300
Local: Wed, Jun 20 2012 11:54 am
Subject: Re: [RavenDB] Export to Sql Server and Excel

No, you need to do that


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Marisic  
View profile  
 More options Jun 20 2012, 3:39 pm
From: Chris Marisic <ch...@marisic.com>
Date: Wed, 20 Jun 2012 12:39:09 -0700 (PDT)
Local: Wed, Jun 20 2012 3:39 pm
Subject: Re: [RavenDB] Export to Sql Server and Excel

The bundle would be incredibly more useful if it could do that.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kijana Woodard  
View profile  
 More options Jun 20 2012, 3:41 pm
From: Kijana Woodard <kijana.wood...@gmail.com>
Date: Wed, 20 Jun 2012 14:41:15 -0500
Local: Wed, Jun 20 2012 3:41 pm
Subject: Re: [RavenDB] Export to Sql Server and Excel

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Jun 21 2012, 1:48 am
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Thu, 21 Jun 2012 08:48:00 +0300
Subject: Re: [RavenDB] Export to Sql Server and Excel

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
devmondo@hotmail.com  
View profile  
 More options Jun 21 2012, 3:10 pm
From: "devmo...@hotmail.com" <devmo...@hotmail.com>
Date: Thu, 21 Jun 2012 12:10:00 -0700 (PDT)
Subject: Re: [RavenDB] Export to Sql Server and Excel

thank you Ayende for clarification


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Itamar Syn-Hershko  
View profile  
 More options Jun 21 2012, 9:29 pm
From: Itamar Syn-Hershko <ita...@hibernatingrhinos.com>
Date: Fri, 22 Jun 2012 04:29:30 +0300
Local: Thurs, Jun 21 2012 9:29 pm
Subject: Re: [RavenDB] Export to Sql Server and Excel

Plus it's a one time setup

On Thu, Jun 21, 2012 at 8:48 AM, Oren Eini (Ayende Rahien) <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic