Skip to main content
Under the kover of business intelligence
  • Home
  • Copyright
  • About

Category: SSIS

Loading Data into Clustered Columnstore Index with SSIS

April 21, 2016April 21, 2016 Koen Verbeeck Leave a comment

I’m using a clustered columnstore index (CCI) on one of my fact tables at a client. The row size is between 8 and 9 million rows and I was wondering how I could load data efficiently in this CCI using SSIS. I stumbled upon this MSDN blog post: SQL Server 2016 SSIS Data Flow Buffer […]

Read More

SSIS Trick: Adding Multiple Packages to a Project

April 6, 2016April 6, 2016 Koen Verbeeck 5 Comments

A little SSIS trick today. Sometimes you start a new Integration Services project and you want to add some existing packages to this project. So you can right-click the SSIS Packages node and choose Add Existing Package. In the dialog, you choose the File System. All you now have to do is choose the package […]

Read More

Reblog: SSIS Performance Testing

February 12, 2016February 12, 2016 Koen Verbeeck 2 Comments

I had to do some performance testing for an MSSQLTips article and I thought I’d share the framework I used in a blog post. First of all we have to log start and end dates of the package to a table so we can easily calculate the duration a package took to finish. This can probably […]

Read More

Reblog: Building the Script Component

January 28, 2016January 27, 2016 Koen Verbeeck Leave a comment

SQLKover update: For some reason, this was my most popular blog post on the old LTD site. Over 110,000 views. People must be building them script components.  The problem From time to time I have to script out some logic using a Script Component in a SSIS package. Business as usual for most developers, but since […]

Read More

Book review – Extending SSIS with .NET Scripting

January 21, 2016January 21, 2016 Koen Verbeeck 2 Comments

Recently I got my hands on a copy of Extending SSIS with .NET Scripting, written by SQL Server MVP Joost van Rossum (blog | twitter). My .NET scripting knowledge could use an update, so I decided to read the whole book and provide you with a full review. About the author I’ve known Joost van Rossum for […]

Read More

Webinar – SSIS Best Practices and Tuning Tips

September 8, 2015September 8, 2015 Koen Verbeeck 2 Comments

I’ll be giving an SSIS webinar for MSSQLTips.com on Tuesday 15th September 2015. The title is SQL Server Integration Services Best Practices and Tuning Tips and its abstract goes like this: Did you ever inherited a slow running un-maintainable mess of an SSIS package? Or do you want to knock up your SSIS developing skills […]

Read More

SSIS – Unexpected Termination

September 3, 2015September 2, 2015 Koen Verbeeck 2 Comments

I was toying around with the new SQL Server 2016 CTP release and I wanted to run a few SSIS packages to test out the new logging levels. However, everytime I ran a package in the SSIS catalog, it ended with the dreaded “unexpected termination” message. In such a case, nothing is logged to the catalog, so […]

Read More

Reblog: Force installation of 64-bit ACE OLE DB provider

August 27, 2015August 27, 2015 Koen Verbeeck Leave a comment

Anyone working with SSIS and Excel probably had the following issue: you are creating an SSIS package using an Excel file in BIDS/SSDT – which is a 32-bit application – and when you try to run the package, it crashes. This is easily fixed by setting the project property Run64BitRuntime to False. The package now […]

Read More

Reblog: Slow source? Make your data flow buffers smaller!

August 13, 2015August 14, 2015 Koen Verbeeck Leave a comment

Whoa whoah. Aren’t you supposed to increase your data flow buffer size in order to speed up your packages? If you have enough memory and you can process more rows at the same time because your buffer is larger, that’s what we want, right? Yes, this is confirmed by the old blog post Adjust buffer […]

Read More

Scripts and SSDT-BI 2013

August 11, 2015August 11, 2015 Koen Verbeeck 9 Comments

Recently I tried to open a script component in SSDT-BI 2013. I was developing for SSIS 2014, so this means using Visual Studio 2013 (I explain in this blog post how I set this up using Visual Studio online). However, I got a message saying there was a compatibility issue with Visual Studio 2012. (this […]

Read More

Posts pagination

Newer posts 1 … 3 4 5 Older posts

Feed

RSS

Social

  • Twitter
  • LinkedIn

MVP

Microsoft Data Platform MVP

star schema all the things
Get your star schema merchandise

Author of the Year 2014/2020/2023

Support this blog and buy me a beer

Recent Posts

  • Free Webinar – Build a data warehouse on Azure Data Platform for $150
  • Techorama 2025 – Slides
  • Redgate SQL Prompt in SSMS 21
  • Execute Fabric Data Pipeline from Azure Data Factory
  • Azure Data Factory Pipeline Debugging Fails with BadRequest

Categories

  • Azure (26)
  • Azure Data Factory (25)
  • Azure Devops (4)
  • Book Review (26)
  • Business Intelligence (29)
  • Events (57)
  • Fabric (19)
  • Power BI (41)
  • Professional Development (9)
  • Snowflake (14)
  • SQL Server (113)
    • MDS (8)
    • SSAS (12)
    • SSIS (46)
    • SSRS (13)
    • TSQL (9)
  • Varia (37)
  • Twitter
  • LinkedIn
  • Home
  • Copyright
  • About
Under the kover of business intelligence All rights reserved. Theme by Colorlib Powered by WordPress