Presenting at Spartanburg and Charlotte SQL Saturdays!

I am honored to be presenting at two upcoming SQL Saturdays, Spartanburg and Charlotte! In Spartanburg 20 Aug, I’m presenting: Using Biml as an SSIS Design Patterns Engine Use Biml to Automate SSIS Design Patterns Together, these two presentations an introduction to Business Intelligence Markup Language (Biml) and advanced-level application. In Charlotte 17 Sep, I’m …
Continue reading Presenting at Spartanburg and Charlotte SQL Saturdays!

Announcing Biml Academy 2!

Biml Academy 2 – Lessons 5-9 – will be 15-19 Aug 2016. Each 1-hour session will begin at 1:00 PM EDT and will be recorded. Join Cathrine Wilhelmsen (blog), BimlHero and Microsoft Data Platform MVP, Scott Currie (creator of Biml and Mist), and me as we explore staging and loading data using SSIS packages generated …
Continue reading Announcing Biml Academy 2!

RVA (Richmond) Code Camp is Back!

I’m excited to announce Richmond Code Camp is back! We’ve rebranded to RVA Code Camp and our next event is scheduled for 22 Oct 2016 at ECPI in Glen Allen, VA. At the time of this writing: Registration and the Call for Presentations are both open. We hope to see you there! :{> PS – …
Continue reading RVA (Richmond) Code Camp is Back!

Stop an SSIS Package

There are several ways to stop and executing SSIS package. If the package is executing in the SSIS Catalog, you can use the SSISDB.[catalog].stop_operation stored procedure. Stop_operation has one parameter – a bigint named @operation_id. You can execute the stored procedure thus: exec SSISDB.[catalog].stop_operation @operation_id = <operation_id>; You can obtain the operation_id of an executing …
Continue reading Stop an SSIS Package

Use Catalog Compare to Migrate to the SSIS 2016 Catalog

I recently tried to use the SSISDB Upgrade Wizard to upgrade a restored SSISDB (backed up in an earlier version) to SQL Server 2016. It didn’t go well. I decided to use SSIS Catalog Compare to generate the scripts and ISPAC files from the previous instance, and deploy them to the SSIS 2016 Catalog. “You …
Continue reading Use Catalog Compare to Migrate to the SSIS 2016 Catalog

(Attempting to) Upgrade the SSIS Catalog to SSIS 2016

A couple people have asked me about upgrading the SSIS Catalog from previous versions to SQL Server 2016 so I decided to blog about it. The SSIS Catalog is an SSIS Execution Framework that ships with SQL Server versions starting with 2012. To execute SSIS packages using the Catalog, the SSIS project must be built …
Continue reading (Attempting to) Upgrade the SSIS Catalog to SSIS 2016

Use Biml to Remove Spaces from Flat File Column Names

I hate a space in a database column name. Kent Bradshaw and I are updating our demo for loading National Provider Index (NPI) file data (We plan to present on this soon… more later…). The NPI files currently have 329 fields and almost every one of them contains spaces: I had 5 minutes, so I …
Continue reading Use Biml to Remove Spaces from Flat File Column Names

PASS Updates to Speaker Contracts

Adam Jorgensen, PASS President, has posted an update about the PASS speaker contract: Contributions to the Speaker Contract. Included in the post are links to the updated versions of the Summit Speaker Contract and the Summit Pre-Conference Contract. PASS leadership has put more time into this issue than they planned to and I applaud their …
Continue reading PASS Updates to Speaker Contracts