Centralizing / Abstracting MSSQL Data from Multiple Tables / Databases

Posted by davemackey on Stack Overflow See other posts from Stack Overflow or by davemackey
Published on 2010-05-10T14:18:02Z Indexed on 2010/05/10 14:24 UTC
Read the original article Hit count: 152

Filed under:
|
|

If one has a number of databases (due to separate application front-ends) that provide a complete picture - for example a CRM, accounting, and product database - what methods are available to centralize/abstract this data for easy reporting? Essentially, I'm wondering if there is a way to automatically pull data from multiple databases into a central repository that is continuously updated from the three databases and which can be used for reporting? I'm also open to alternative best practice suggestions?

© Stack Overflow or respective owner

Related posts about sql

Related posts about reporting