Click here to Skip to main content
15,883,705 members
Articles / Database Development / SQL Server

What is BI Semantic model (BISM) in SQL Server 2012?

Rate me:
Please Sign up or sign in to vote.
4.67/5 (4 votes)
9 Dec 2012CPOL3 min read 50.6K   7   2
BI Semantic Model (BISM) in SQL Server 2012

Enhance your learning in MSBI & SQL Server by watching our step by step youtube videos:-

 

 

Image 1

Some days back, I was installing SQL Server 2012 enterprise service pack 1. During installation, when I was running through the setup, it gave me two options (multi-dimensional and tabular) of how I want to install SQL Server analysis service. Below is the image captured while doing installation.

Image 2

At the first glance, these options are clearly meant to specify how we want the model design for our analysis service.

Now the first option, i.e., “MultiDimensional” was pretty clear as I have been using them right from SQL Server 2005 till today, i.e., (Star schema or Snow flake).

After some Googling and hunting, I came to know about the second option. Let me throw some light on the same and then we will conclude what is BISM.

Now overall, we have two kinds of database systems, one is OLTP system where the database design thought process is in terms of tables and normalization rules (first normal form, second normal form and third normal form database design) are followed.

The second kinds of systems are OLAP systems where we mostly design in terms of fact tables and dimension tables. Cube which is a multi-dimensional view of data is created properly if you design your database as OLAP system.

So in simple words, we need to create a DB with OLAP design to ensure that proper cubes structure is created.

Image 3

Now some times or I will say many times, it’s really not feasible to create different structures and then create cubes from them. It would be great if SSAS gives us some options where we can do analysis straight from normalized simple tables.

For instance, take simple end users who use “power pivot”. It’s very difficult for them to understand OLAP models like dimension and fact tables. But yes, they do understand tables with rows and columns. If you see Microsoft Excel, the format is in terms of tables which have rows and columns and these end users are comfortable with a tabular structure.

Below is a simple image of how simple end user visualizes data in Excel, i.e., tabular – rows and columns.

Image 4

That’s where exactly the second option, i.e., the “Tabular” mode comes into the picture.

So if we put in simple words, BISM (Business intelligence semantic model) is a model which tries to serve simple users / programmers who are comfortable with tabular structure and also maintains professional OLAP models for corporate.

Image 5

So BISM is a unifying name for both Multi-dimension and tabular models. So if you are a personal BI person who loves ADHOC analysis, you can use power pivot or SSAS tabular IDE to do analysis. And if you are a person who is working on a corporate project then Multi-dimension model is more scalable and worth looking into.

Image 6

Just a last quick note: This is also a favorite SQL Server interview question which is making rounds now a days when SQL Server 2012 topic is discussed.

You can also see my video on Can views be updated (SQL Server interview questions)?

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect https://www.questpond.com
India India

Comments and Discussions

 
QuestionThanks ! Pin
سومیشور وشیشت25-Jan-14 4:29
سومیشور وشیشت25-Jan-14 4:29 
GeneralVery clear and high-level explanation of what BISM is Pin
Alexandr Savinov31-Mar-13 9:08
Alexandr Savinov31-Mar-13 9:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.