sql - Reporting database synchronization -


we building application. have ms sql database put data wee need. want use database reporting denormalized version of main database, optimized fast data retrieval. there couple of questions have:

  1. what type of database best suited reporting job (sql, ravendb)
  2. how synchronize these 2 databases?

as data access use nhibernate 3.2.

please help. thanks

you use sql server analysis services house proper data warehouse, question sounds way you're going. sql server integration services can used perform etl (extract-transform-load) process populate , keep warehouse up-to-date.

there ton of comprehensive guides on process.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -