Available for Pre-Order – The Biml Book!

  I am excited to announce The Biml Book is now available for pre-order from Amazon and Apress! I was honored to write with the inventor of Biml, Scott Currie, and an awesome team of BimlHeroes: Jacob Alley, Martin Andersson, Peter Avenant, Bill Fellows, Simon Peck, Reeves Smith, Raymond Sondak, Benjamin Weissman, and Cathrine Wilhelmsen. Chapters …
Continue reading Available for Pre-Order – The Biml Book!

SSIS Version 15.0 Script Error

There I was… Delivering ExpertSSIS training with Brent Ozar Unlimited (we’re going to present another ExpertSSIS class – stay tuned for more information). I scheduled the execution of an SSIS package that contains a Script Task via SQL Agent, executed the job, and boom: “Excellent teaching moment,” I thought as I opened SSIS Catalog Overview and …
Continue reading SSIS Version 15.0 Script Error

BLObs in SSIS – Part 1 – How Does SSIS Load BLObs?

How Does SSIS Load BLObs? When SSIS loads Binary Large Objects (BLObs), the Data Flow Task first copies the data from the BLOb storage location to some location and stores the BLOb in a file. When it’s time to write the BLOb value, the Data Flow Task reads the BLOb from the file location and …
Continue reading BLObs in SSIS – Part 1 – How Does SSIS Load BLObs?

Coming Soon: SSIS Catalog Compare Updates

I spent a lot of time this year writing and managing a book project. I will blog about that later, I promise. While I enjoy writing it really cuts into my play time. What do I do when I play? I write software. This weekend I cracked open the code for SSIS Catalog Compare and …
Continue reading Coming Soon: SSIS Catalog Compare Updates

Please Change the Color of the SSIS Progress Tab “Finished” Icon

I’m tuning SSIS for better performance for a large client. The SSIS package I’m working with runs for over an hour and generates thousands of entries on the Progress / Execution Results tab. I wrote a small demo package, executed it, and show the results here to demonstrate: Why is the Finished icon red? This …
Continue reading Please Change the Color of the SSIS Progress Tab “Finished” Icon

IESSIS1: Immersion Event on Learning SQL Server Integration Services – Chicago, 2-6 Oct 2017!

I am honored to once again deliver Immersion Event on Learning SQL Server Integration Services (IESSIS1) in Chicago with SQLSkills 2-6 Oct 2017! You can find additional details here. Click here to register! Here’s what I’ll be covering: Module 1: Introduction In the introduction we share information about the instructor, course flow, and content, and gather …
Continue reading IESSIS1: Immersion Event on Learning SQL Server Integration Services – Chicago, 2-6 Oct 2017!

What is the DILM Suite? 2. SSIS Catalog Compare

SSIS Catalog Compare is really two products: SSIS Catalog Compare (GUI – graphical user interface) and CatCompare (CLI – command-line interface). This post will focus on GUI functionality as it’s easier to demonstrate. SSIS Catalog Compare provides the following functionality to enterprise Data Integration Lifecycle Management (DILM): Compares the contents of two SSIS Catalog instances. …
Continue reading What is the DILM Suite? 2. SSIS Catalog Compare