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:
- what type of database best suited reporting job (sql, ravendb)
- 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
Post a Comment