September 16, 2012 at 9:37 am
All,
** I think this is the appropriate forum but please let me know if not and I'll move it **
My company is beginning to discuss setting up a data warehouse so we can do reporting from our numerous sources. Since I'd like to get a head start, I figured I'd ask if anyone had a good book or resource for this.
We'll be using SQL 2k8 R2 pulling data from the production databases to the BI/DW/whatever-its-called server where the reports will run.
Thanks,
Mark
September 16, 2012 at 10:12 am
If you are not already aware of it, a good read on the subject of ETL can be found in the "Stairway" section on this website. Look for "Stairway to SSIS" and so forth.
And don't forget to check Books Online.
September 16, 2012 at 8:12 pm
Mark Eckeard (9/16/2012)
All,** I think this is the appropriate forum but please let me know if not and I'll move it **
My company is beginning to discuss setting up a data warehouse so we can do reporting from our numerous sources. Since I'd like to get a head start, I figured I'd ask if anyone had a good book or resource for this.
We'll be using SQL 2k8 R2 pulling data from the production databases to the BI/DW/whatever-its-called server where the reports will run.
Thanks,
Mark
Depending on the condition of the database, you might not need to go through the rigors of setting up a a data warehouse. Just write some good reporting code.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 17, 2012 at 4:30 am
If you're new to data warehousing then books by Ralph Kimball (Data Warehousing Toolkit series by Wiley) and Bill inmon are good reads, though a little dry, but good for general design principles, as well as planning the implementation
One of the best books I've read was : "Building a Data Warehouse With Examples In SQL Server" by Vincent Rainardi (Apress Publication) is worth picking up, its not as dry as the Kimball/Inmon books, and delves more in to the architecture side of DW's.
For the ETL (extract Transform and Load) side of Joy Mundy does a good book which is part of the Data warehouse toolkit series.
Hope this helps.
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 18, 2012 at 3:15 am
so we can do reporting from our numerous sources
Consider whether you just want a more convenient place to perform system specific operational reporting, or whether you want to match and conform data across different systems, and thereby derive more enlightening KPI's (i.e. Department Cost from your Finance System / headcount from your HR system)
This might flush out some more specific requirements, and your data warehouse should be driven primarily by business requirements.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply