admin
-1
archive,author,author-admin,author-1,bridge-core-2.2.3,ajax_fade,page_not_loaded,,footer_responsive_adv,qode-theme-ver-21.0,qode-theme-bridge,disabled_footer_bottom,wpb-js-composer js-comp-ver-6.1,vc_responsive,elementor-default

Author: admin

Introduction Recently have been working on a “Proof of Concept” task where I wanted to test the capabilities of Azure Analysis Services Tabular model when loading data from different sources (hot path and cold path) into a single table with multiple partitions. The main reason why this POC was required was the...

Implicit Conversions – Introduction In this blog post, I’ll explain and demonstrate how to use Extended Events to detect Implicit Conversions that affect execution plans on your SQL Server instance. But before we even start with Extended Events, let’s briefly recall what an implicit conversion is,...

Introduction In this blog post, I would like to describe two case scenarios of bulk loading data, using SSIS, into a partitioned table that has a clustered columnstore index (CCI). Let’s test the following two case scenarios: Bulk loading data from the source table directly into the...