开发者

Centralizing / abstracting SQL Server data from multiple tables / databases

If one ha开发者_运维技巧s 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?


Look into building a Data warehouse.

It is difficult to provide very specific info, since no version of SQL Server is given, but SQL Server Data Warehouse Cribsheet has some general information.


you can have views that join data from all your other databases.

Or do you want replicated data on all servers?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜