SQL Server
NULL and Its Tantrum in SQL
NULLs are always tricky to handle, Yes! you are right. But don’t worry I got something to explain it all. In SQL, “NULL” represents the absence of a value in a database table column. It is not the same as an empty string, zero, or any specific value. Instead, it is used to signify that […]
3 mins read
Deploy SQL Server Integration Services(SSIS) packages to Azure using Azure Data Factory(V2)
This tutorial provides all steps required to deploy SSIS packages and concepts : Azure Data Factory is a data integration service. It enables you to create data-driven workflows in the cloud. A workflow is implemented as one or more pipelines. The pipelines orchestrate and automate data movement and data transformation. Pipelines can perform the following […]
8 mins read