Configuring heterogenous data sources with SQL Server 2008 R2
Meditation:
The most common cause of problems is ignorance.
Story:
I've been swept up into the SQL 2008 R2 media blitz. Soon, my end users will be wearing sharp outfits and assembling their own reporting via 'self-serve' business intelligence. What a happy day that will be. IT will finally be out of the BI loop, customers will be free to explore the fertile fields of data without a guide, and all will be well.
Central to this is moving towards modeled data. At present, we use far too many ad-hoc queries against undocumented sources. Most certainly a centralized, shareable model is the way to go.
This cryptic blog post from 2006 started me thinking about simplifying heterogenous data access- one of our most common, and difficult problems for our relational data.
So, I fired up BIDS, cracked open the report modeling projects, and proceeded to spend ten hours in a frustrating battle of wits: Adding, removing objects to the data source view layer. Changing objects from tables to Named Queries. Nothing would build to a successful, deployable project.
The ultimate resolution came only after two days of frustration and despair:

0 comments:
Post a Comment