MS BI Developer Skill Set – List of Knowledge and Abilities

What I have for you here today is a different kind of stuff. We will take a look at what should BI developer working on Microsoft technologies be able to do. I put up together a list of knowledge and abilities which I consider important for this job. I gave each skill rating (1-10) according… Read More »

SSIS Google analytics Data Import into SQL Server Database (using KingswaySoft)

This article should give you guide on how to perform Google analytics data import to database/database storage without need of programming. Why should we want something like that? Maybe because we need to create our own reports or combine Google analytics data with data from other source systems – for example internal factory systems. This… Read More »

Intro to SQL Server Management Studio (SSMS) for Beginners

This article is mainly for beginners getting to know SQL Server management studio. It is tool used by you as a user to communicate with SQL Server database engine from which you want to extract information. This is so called SQL Client application. It uses user interface to simply help mediate database commands. In factories,… Read More »

Weighted Arithmetic Mean in Excel – SUMPRODUCT

Weighted arithmetic mean is a statistical value of broad use not only in mathematics or statistics. If you need to calculate weighted arithmetic mean in Excel, here is a guide How Works Function SUMPRODUCT and Weighted Arithmetic Mean in Excel Example: Lets have few loans where every loan has different principal and interest rate. The… Read More »

SSRS Tutorial Part 6 – How To Deploy Report in SSRS – Reporting Services

We now have well-prepared simple report after the 5th part of the series (Configuring parameter/filter in SSRS). This article is focused on report deployment in SSRS and covers how to get report on server so that other users can take a look at it. We will do a little configuration of the project and then… Read More »

SSRS Tutorial Part 5 – Configuring Parameter/Filter in SSRS – Reporting Services

In the last article we prepared a simple report returning all rows from SQL Server dataset (Part 4 – Creating report SSRS). It displays sales data in form of a simple table. We made a promise not to make the report too complicated but we still want to do one important thing. Report returning the… Read More »