Separating Concerns in SSIS

I recently read a social media post from a data engineer that I found both encouraging and heartbreaking. This data engineer shared that he used an AI engine to successfully convert an SSIS package, roughly 1MB in size, into a different data engineering platform. Why encouraging? First, it is genuinely encouraging that AI engines are …
Continue reading Separating Concerns in SSIS

Laid Off? Or the Beginning of Your Next Opportunity?

Updates: The “opp23” limited-time offer has expired. I may make similar offers in the future. The best way to learn of offers from me is to subscribe to my mailing list and check the checkbox labeled “I would like to receive more information about products, services, events, communications, and offers.” If you signed up for …
Continue reading Laid Off? Or the Beginning of Your Next Opportunity?

Video-Follow-up on SSIS Framework Restartability

A couple days ago I delivered a short demonstration about SSIS Framework application restartability. I saw one thing I did not like – a bug – and I mentioned another bug I witnessed. Yesterday, Kent Bradshaw and I had another opportunity to work on the SSIS Framework code, so we fixed the glitches. Enjoy this …
Continue reading Video-Follow-up on SSIS Framework Restartability

Install and Configure SSIS Framework File Community Edition

I recently released SSIS Framework File Community Edition. In this video, I walk through obtaining the code and deploying the components of this free and open-source solution. You can obtain the code at github.com/aleonard763/SSIS-Framework-File-Community-Edition. Note: I tried some new settings in OBS Studio. Let me know what you think! Enjoy! :{>

Join Me for LIVE Online SSIS and ADF Training 29 Nov – 1 Dec

It’s been a while since I delivered training live and online. Let’s fix that! Join me for Master the Fundamentals of ADF and Expert SSIS 29 Nov – 1 Dec.

SSIS Script Error: Cannot Load Script for Execution

If I had a nickel for every time I’ve encountered “Cannot load script for execution,” I’d have a lot of nickels. In this short (7:24) video, I demonstrate the issue and my fix: My Fix For me, the fix is almost always setting the SSIS project’s TargetServerVersion property to the proper version: “Andy, How Did …
Continue reading SSIS Script Error: Cannot Load Script for Execution