SQL Server Concepts
Posted in SQL Server

CREATE OR ALTER – New enhancement in SQL Server 2016 SP1

An interesting new enhancement was introduced in SQL Server 2016 SP1. As part of this release, a new T-SQL statement, CREATE OR ALTER was introduced…

Continue Reading...
SQL Server Concepts
Posted in SQL Server

SQL Server – Logical Query Processing phases

Have you ever wondered about the order in which SQL Server query engine executes a SQL query? Most programming languages follow the fundamental of processing…

Continue Reading...
SSIS Concepts
Posted in SSIS

SSIS – Synchronous and Asynchronous Transformations

All the dataflow components available in SSIS can be categorized as either Synchronous or Asynchronous components. Synchronous components (non-blocking) A simple explanation of Synchronous transformation is…

Continue Reading...