If I have SQL tables tblA and tblB and they have one to many relationship between them.. can we create multiple raven db d开发者_如何学编程ocuments automatically .. Can I automatically load documents
Consider the 2 queries: var test1 = store.OpenSe开发者_如何转开发ssion().Query<TestClass>().Where(x => x.Id == 1).ToList();
I\'m starting a web app that will be using asp.net membership services (with a sql server backend) to look after users and RavenDb for everything else.
Need to decide about architecture and design of one Silverlight application i\'m building. App is for requirements/issue tracking.
We are building an application. We now have an ms sql database where we put all the data wee need. We want to use another database just for reporting that will be denormalized version of the main data
Wondering how some of the more experienced (or anyone with a better idea than I have) would tackle my particular modeling scenario...
I am evaluating JOliver\'s EventStore library. In particular, I am trying to use RavenDB as the persistence engine for EventStore. EventStore comes with a plugin for this. NOTE: The database is empty
Is ther开发者_如何学Goe a way to have Raven order the results of a query by the Id field as if it was in integer.So \"cars/2\" would come before \"cars/11\" if I did this query:
I\'m trying to get my head around how to do efficient bulk inserts of relational data into RavenDB, particularly where converting from relational data to aggregates.
I read this article on rav开发者_如何学Goendb set operations, but it didn\'t show me exactly how to update a set of documents via C#.I would like to update a field on all documents that match a certai