Tuesday, July 22, 2008

Chapter 1: Installing SQL Server Components

I've installed SQL Server a few times, so there wasn't much new in this chapter for me.  Important notes:

  • Different versions of SQL Server support different levels of the Business Intelligence components.  A full list of differences is here: Microsoft SQL Server 2005 SQL Server 2005 Editions (or here for 2008: Microsoft SQL Server 2008 Editions)
  • Business Intelligence Development Studio (BIDS) is Visual Studio.  Visual Studio 2005 is installed to support SQL 2005 Business Intelligence solutions.
  • .NET Framework 2.0 is a prerequisite.
  • Only the Standard and Enterprise versions support clustering, and only with Microsoft Clustering Services (MSCS).  Standard version only supports two nodes.  Clustering uses a shared-nothing model, in which only one node is active at a time.
  • SQL Server Analysis Services (SSAS) only supports Windows Authentication and not mixed mode.
  • SQL Server Service Packs are applied at the database instance level, so difference SQL Server instances can be at different service pack levels.  This would be useful for test environments, where you would want to test a service pack in a new instance without disturbing your tried-and-true test environment.

One additional interesting note: If you want to rename an Analysis Services instance, use the "ASInstanceRename.exe" executable, found by default in C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE.

Thursday, July 17, 2008

Good Blog Read

I came across this blog entry by Derek Comingore: So you want to be a Microsoft DW/BI Pro.  He gives a chronological "learning plan" for how to learn Data Warehousing and Business Intelligence. At the end of the post, he gives some additional URLs to check out, many of which are blogs of other BI experts.

As I read his post, I was pleased to find out that I already knew the terminology and have some experience with some of the technologies.  I'm on the right path, it seems.

Sunday, July 13, 2008

BI Resources

I asked my company's internal BI mailing list for suggestions on how to get up-to-speed on Business Intelligence technologies, and here are some of the responses.  Note that I have no personal experience with any of these references as of this date.

Books

Web Sites

Whitepapers

As I get additional links I'll add to this list.

Objectives

I have two objectives in the next 10 months or so, and they are to pass a couple of Business Intelligence certification exams.  They are:

And to begin preparing for the first exam, I ordered the Self-Paced Study Guide from Amazon the other day (I'm not in the affiliate program for Amazon--that is a direct link to the product, and I do not receive any compensation for providing the link).

If it is similar to other study guides I've purchased, it has a CD ROM included with sample exam questions.  I used this method of studying effectively for passing the 70-431 exam earlier this year, though my score was barely above passing.

My plan for this exam is to combine the study guide with lots of hands-on work, though I'm finding that I don't have much spare time these days given work and family demands.  But I'll try to keep this blog updated with my progress.