March 10, 2008 at 2:45 pm
my current job involves a fair bit of standard sql server administration ( job managment, writing/debugging sprocs, granting access, backup strategy etc etc).
It has absolutely no data warehousing involved. how can i get into data warehousing, without moving to a new job ( which i currently dont want to do) as i want to get a bit of experience in that area.
March 10, 2008 at 10:08 pm
Create a datawarehouse environment on your development server? Buy a copy of SQL Server Developer's Edition and install on you home PC? Take a course?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2008 at 10:23 pm
I agree with Jeff. That's what I started doing at my last employer when I was trying to learn more about Analysis Services and OLAP cubes. I created a simple cube using the Invoice, Return, Debits, and Credits and used that on a monthly basis to verify that all data was downloaded from our LOB app to our AIS system. It was easy to look at the monthly data and compare it to the summary report for the master invoice register from the LOB system.
😎
March 10, 2008 at 11:08 pm
Find something that someone will find useful in your company. Have a small target to hit - maybe just stock movements by month or something. When someone in management likes it they'll then get you to do a little more and a little more. That's how you both stay in your current job but get time to spend learning OLAP. I myself am going through the mindshift required of OLAP, MDX, etc 🙂 It's a good learning experience! It's just a shame that there aren't as many articles, etc on Analysis Services compared to straightforward T-SQL stuff.
March 11, 2008 at 3:58 am
if i write a cube for a business group in my company, what front end can they use to view the data ( besides excel)? from what i see there are no freeware front ends.maby im just being cheap though.
March 12, 2008 at 2:27 am
Reporting Services, which is free with SQL Server is the best way to go...much better than Excel 😀
May 16, 2008 at 4:07 pm
Report Builder (the ad hoc report writer with Reporting Services) has a decent interface with the cube. It's not stellar, tho, if you really want to "slice and dice" the data. It doesn't appear to preserve the hierarchies you build in Analysis Services. We're just now deploying cubes, and several of our power users prefer using pivot tables in Excel with the olap data.
When I started to work with cubes several years ago, I used Cognos, so I think I was a little spoiled with the web interface of PowerPlay. I still miss it, and I've been away from it since 2006.
-Marianne
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply