Generating Files through bcp Utility in SQL Server
In this post I would like to show how anyone can easily generate files (CSV, XML, TXT and more) through the use of bcp utility on Microsoft SQL Server. This technique can be easily incorporated into an...
View ArticleImplementing Self-Service Geospatial BI with Tableau Public, Google Fusion...
Every now and again, when I want to display the data visually and do so quickly, I wish I had some more sophisticated tools at my disposal. Staple Excel and SSRS functionality is pretty good out of the...
View ArticleTwitter Data Analysis using Microsoft SQL Server, C#, SSIS, SSAS and Excel
With the advent of social media which inadvertently seems to be penetrating more and more aspects of our lives, BI is also starting to look at the values it can derive from it. There are many providers...
View ArticleWhich One Should I Use – NOT EXISTS, NOT IN, OUTER APPLY, EXCEPT and LEFT...
Introduction Lately I’ve been involved in a large enterprise data warehouse deployment project and the in last few weeks we have been at a point where we’ve slowly begun transitioning from dimension...
View ArticleSpeeding up SQL Server Data Warehouse Architecture With Automation Procedures...
Note: all code used in this post can be viewed and downloaded from my publicly accessible OneDrive folder HERE. Most skilled BI/DW professionals, when planning and scoping to deliver a new data...
View ArticleSQL Server Hash-Partitioned Parallel Data Acquisition – How to Accelerate...
Introduction Note: All artifacts used in this demo can be downloaded from my shared OneDrive folder HERE. Big part of Data Warehouse development has always been tied to structuring data acquisition...
View ArticleKicking The Tires On Azure Functions – How To Build Simple Event-Driven Or...
Introduction There are many ways to skin the cat when it comes to using public cloud services to solve business problems, so understanding pros and cons of each can often make a big difference....
View ArticleTackling Data-Intensive Workloads with Azure Batch – Elastic, On-Demand and...
Introduction As a data domain architect (amongst many other hats I wear these days), I sometimes find it difficult to recommend a public cloud service which can fulfill all my clients’ needs without...
View ArticleData Build Tool (DBT) – The Emerging Standard For Building SQL-First Data...
In Part 1 of this series, I went over the high-level introduction to dbt, stood up a small development SQL Server database in Azure, acquired a sample size of Google Analytics data to populate a few...
View ArticleKicking the tires On tSQLt – An Open-Source Unit Testing Framework for SQL...
Introduction The importance of unit testing does not have to be conveyed to most database developers and data engineers – it’s common knowledge that testing should be an integral part of any project...
View Article