BI-Ops – 4/5 – Deploy DB, SSIS and SSAS (CD)

Now that we have an artifact that we can deploy, lets push it onto our target environments. In this first article I will cover how we do it for DBs, SSIS, SSAS and why we do it. I’ll cover PowerBI in a later article as there is no task available for the On Premise version of PowerBI Report Server that we use and we had to rely on a custom script.

BI-Ops – 3/5 – Build (CI)

Now that we store our glorious code in Git and make sure some poor trainee will be able to go over it in 10 years (and maybe even understand it if we do end up documenting it fully one day), getting down to actually delivering it will help us justify our salaries better.

BI-Ops – 2/5 – Source Control (Git)

Everybody in IT uses source control. There is no more debating why. We’ve all struggled without it for long enough.

For us, it has become the root of our work. If it isn’t in source control, it doesn’t exist. But how do we go about it?