A business case that requires the usage of Master Data Services finally landed on my desk. As part of delivering this business case, I had to...
Resolving Windows Folder Access Denied Error
I previously got rid of my desktop when its motherboard got damaged. Prior to throwing it away, I recovered its SATA hard drive.I recently connected...
Resolving PolyBase Installation Errors in SQL Server 2016
One of the exciting new features you may want to explore in SQL Server 2016 is PolyBase. However, as I attempted to install PolyBase, I ran into...
Installing SQL Server Data Tools for Visual Studio 2015
In my article, Single package deployment in SQL Server Integration Services 2016, I highlighted the joys of single package deployment available in...
SQL Server Exercise for Data Warehouse Candidates
Background Part of the process when looking for candidates to bring into a data warehouse team is to ensure that you hire competent and...
Multiple Tagging of TFS Work Items Using Excel
In my article, TFS tools for managing SQL Server development, I covered several Team Foundation Server (TFS) client tools that can be used to...
SQL Server Database Source Control using VSO Git
For a while now, I have ensured that the source code of new projects that I have undertaken (in both contract and permanent employment) is version...
Where Is my Team Explorer 2015?
Team Explorer is client software that can be used to integrate Visual Studio with an instance of Team Foundation Server (on-premise or cloud-based)....
Dimensional Modelling in Lucidchart vs Visio: Part 1
Data modelling is a pivotal skill that every practitioner in data management should acquire. That said, there are numerous tools that can...
Execute All Packages Within SSIS Project Catalog
The SSIS Project Deployment Model is great! It really is the best thing since sliced bread! I specifically appreciate the package execution logging...
Introducing the New-Look select SIFISO Blog
Welcome to the New-Look select SIFISO Blogs Welcome to the new and revitalized weblog of select SIFISO Blogs. The focus of the new-look blog is to...
Extract SQL Statements in Execute SQL Tasks and save them into an Excel Workbook using C#
Abstract This article explains how to extract SQL Statements found in Execute SQL Tasks of an SSIS package and save them into an Excel Workbook...
Programmatically Create Data Flow Task in SSIS Package Using C#
Abstract This article explains how to create an SSIS package with a Data Flow Task using C# programming language. Requirements Microsoft Visual...
Programmatically Create and Deploy SSIS 2012 Project into Catalog Using C#
Abstract SQL Server Integration Services 2012 comes with a new API for scripting packages which is called MOM - Managed Object Model. In this...
Single package deployment does not replace package deployment
In my article, Single package deployment in SQL Server Integration Services 2016, I covered the exciting single package deployment feature available...