“That was Worth the Price of the Course!”

I’m delivering Expert SSIS today. I hear the statement that is the title of this post each and every time I deliver this training. The advice and demonstrations are all based on experience… hard-fought-and-won experience. Sign up for the next delivery. Two days, live, online – with me! Join me and level-up your SSIS! Register …
Continue reading “That was Worth the Price of the Course!”

SSIS, Docker, and Windows Containers, Part 2 – Executing SSIS, v0.1

In my last couple posts I’ve examined how to install Docker for Windows, pull a test image, search for a SQL Server on Windows image, install and interact with it (Part 0). I’ve shared why I want to do all this (Part 1). In this post, I show my next step: executing an SSIS package …
Continue reading SSIS, Docker, and Windows Containers, Part 2 – Executing SSIS, v0.1

The Moving Data with Azure Data Factory Recording is Available

If you tuned in to my free webinar, “Moving Data with Azure Data Factory,” on Tuesday, 26 Mar 2019 and could not connect, I sincerely apologize. I moved the webinar to Monday, 25 Mar 2019 due to a scheduling conflict. I recorded it and you may view the webinar above. Thank you (and apologies)!

Azure DevOps, SSIS, and Git Part 0 – Getting Started

“My name is Andy and I am a huge fan of source control.” That said, I confess I have struggled with git for a couple years now. I recently had some “play time” – I love play time – and decided to play with git. In this post I will demonstrate how to create an …
Continue reading Azure DevOps, SSIS, and Git Part 0 – Getting Started

SSIS Design Pattern: Use Script Tasks for ETL Instrumentation

I consider scripting in SQL Server Integration Services (SSIS) my data integration “get out of jail free” card. Why? If I cannot find a way to accomplish some requirement using SSIS’s built-in objects – tasks, containers, Data Flow components, etc. – I can usually write .Net code to fulfill the requirement. As stated in the …
Continue reading SSIS Design Pattern: Use Script Tasks for ETL Instrumentation

Enterprise Data & Analytics and SentryOne

I am honored to announce Enterprise Data & Analytics is a SentryOne Consulting Partner! We began communicating regularly with SentryOne soon after they acquired the SSIS people and products from Pragmatic Works. Becoming a partner just made sense because we have been recommending Task Factory and LegiTest for years. We are honored and excited to …
Continue reading Enterprise Data & Analytics and SentryOne

Training Feedback

Here’s what students are saying about the recent Enterprise Data & Analytics free webinars and paid training: Thank you for presenting the Expert SSIS training sessions Monday and Tuesday this week. I, for one, learned something during each session. Overall, this was one of the top two or three most useful training courses I’ve attended …
Continue reading Training Feedback

UPDATE: Moving Data with Azure Data Factory – a Free Webinar

Join me Monday, 25 Mar 2019 at 12:00 PM EDT for another free webinar from Enterprise Data & Analytics titled Moving Data with Azure Data Factory! Join this webinar and learn: How to provision a Data Factory ADF constituents Building your first ADF pipeline Register today!

The Recording of Faster SSIS is Available

The recording for the free webinar titled Faster SSIS is available and may be viewed above. Thanks to everyone who attended! Regarding “Bad” BLOBTempStoragePath Settings Regarding the BLObs.dtsx demo SSIS package, Doug asked a really good question: “Does the package abort if the [BLOBTempStoragePath] folder path is invalid or does it create it for you?” …
Continue reading The Recording of Faster SSIS is Available

SSIS, Docker, and Windows Containers, Part 1 – Why?

In my first post in this series, SSIS, Docker, and Windows Containers, Part 0 – Getting Started, I covered: Installing docker Choosing a Container OS Pulling a test image Pulling a Windows Container with SQL Server installed interacting with with your instantiated container In this post I reveal my ultimate goal and then travel down …
Continue reading SSIS, Docker, and Windows Containers, Part 1 – Why?