
- #MS SQL BUSINESS INTELLIGENCE DEVELOPMENT STUDIO HOW TO#
- #MS SQL BUSINESS INTELLIGENCE DEVELOPMENT STUDIO SERIES#
We will start with SSIS and then move towards SSAS and finally end up with SSRS. With every lab we will learn something new, we will reach to a new level in MSBI. How we are going to learn? We will be doing labs. It will let us create reports from analyzed data and present it to end user. Reporting Services – SSRS – Sql Server Reporting services Analysis Services – SSAS –Sql Server Analysis services It let us collect data from various data sources and store them into central location. It will let us perform wide range of data migration tasks. Integration Services – SSIS – Sql server Integration services In order to perform a complete business intelligence task we need to go up with all these three projects. A dialog box will popup similar to like thisĪs you can see, it lets us create three kind of project. If you are having any problem in installing please click here.
#MS SQL BUSINESS INTELLIGENCE DEVELOPMENT STUDIO HOW TO#
Note: In this article we will not cover how to install sql server data tools.
With the release of Sql Server 2012, BIDS was renamed to Sql Server Data tools. #MS SQL BUSINESS INTELLIGENCE DEVELOPMENT STUDIO SERIES#
We will learn each of these in a series of step by step article.
It has special project types and tools for developing “Sql server Integration Services”, “Sql server Analysis services” and “Sql server reporting services”. It’s an IDE which will let us develop Data Analysis and Business Intelligence solutions. In the Microsoft world we will use “Business Intelligence development studio” commonly known as BIDS for this purpose. Introduction to Business Intelligence development studio / Sql Server Data tools And finally show data to users with elegant presentation. Transform that data into meaningful information. Collect information from multiple data sources. We use this knowledge for making decisions in company.īI or Business Intelligence is simply a solution for BI is all about leveraging our existing data and converting them into information or we can say Knowledge. In order to make decision, our information need to be displayed with proper presentation in terms of charts, reports, score cards etc.Initially the concept of data warehouse was all about keeping historical data.ĭata warehouse is a foundation for the BI. Human mind understands graphical explanation more than theoretical explanation. There is a saying that Images are better than long description. In simple words,Data ware house make us retrieve calculated data quickly and efficiently (without having too many joins in our select query). This new excel sheet (we may refer it as Data warehouse) can be used to make my decisions about my expenses and incomes. Once I have collected all data, I store them in a separate excel sheet in Denormalized fashion. As you can see, in the above real life example I collect different data from different places like from my bank account, from the Personal notebook (one maintained by mom containing household expenditure), from investment detail data (stored in Access database) etc. Denormalized version of above example looks like, CustomerId We will use rare references (or No references) among data, in short, we will repeat the same data wherever required.
We will design the database with repeating data.
Note: In real time projects there will be more number of tables involved while joining and every table contains many records. CityIdĪt the end of the day Normalized database leads to multiple join conditions in select query and thus affects the performance.įor above example query will be “Select CustomerId, CustomerName, CityName from TblCustomer inner join TblCity on TblCustomer.CityId=tblCity.CityId” Exiting data will be referred wherever required)įollowing tables are the part of normalized database.
It makes our data more reliable (because there will not be any repeating data. Normalization is a database designing technique which makes sure that there will not be any redundant data. It normally stores months or years of data to support historical analysis What is Denormalization? The records from multiple data sources (may be some other databases)are collected and stored in Denormalized manner. Usually data warehouse is also a database. In a very simple word it means, “It's a place where we store all of our data”.
Introduction to Business Intelligence development studio / Sql Server Data tools.We will start with very basic stuffs like understanding what is mean by Data warehouse and business intelligence and end with creating some complex SSRS Reports. Learn it and develop your more in-depth knowledge with complete step by step MSBI tutorials on What all we will do here? This Learn MSBI article is now outdated we would request to see our latest article using SQL Server 2014 IntroductionĪfter a huge success of our first step by step series article on MVC we are back again with our new initiative “Learn MSBI Step by Step”.