In this article, we will explain what JSON is, what are the SQL Server JSON functions introduced in 2016, how to index JSON values, and how to import JSON data into SQL tables.
Installing Hadoop 3.2.1 Single node cluster on Windows 10
Towards Data Science
Created a Nuget package for SchemaMapper class library
GitHub
An overview of the DTExec utility in SSIS
SQL Shack
DTExec is a tool used to configure and execute SQL Server Integration Services (SSIS) packages. Many developers and database administrators use this tool, especially when automating the package execution using third-party applications or non-supported programming languages. This article will introduce this tool to you, also help you understand how and...
[Read More]
Biml alternatives: Building SSIS packages programmatically using EzAPI
SQL Shack
Biml alternatives: Building SSIS packages programmatically using ManagedDTS
SQL Shack
An overview of the SSIS FTP Task
SQL Shack
Using external C# script files within Biml
SQL Shack
Monitoring activities using sp_WhoIsActive in SQL Server
SQL Shack
Extending Biml with C# scripts
SQL Shack
Converting SSIS packages to Biml scripts
SQL Shack
Using Biml scripts to generate SSIS packages
SQL Shack
SSIS: Execute T-SQL Statement Task vs Execute SQL Task
SQL Shack
How to get GraphLayout XML from programmatically generated SSIS package?
Stack Overflow
Getting started with Biml
SQL Shack
Manipulating SSAS OLAP cubes using SSIS
SQL Shack
SQL Server functions for converting a String to a Date
SQL Shack
A SQL join on multiple tables: overview and implementation
SQL Shack
SQL join multiple tables is one of the most popular types of statements executed while handling relational databases. As known, there are five types of join operations: Inner, Left, Right, Full and Cross joins. In this article, we will explain the meaning of Joins in SQL, we will describe each...
[Read More]
An overview of the SQL cursor @@FETCH_STATUS function
SQL Shack
SQL cursor is one of the most popular database objects. It is used to retrieve data from the result set of an SQL query one row at a time. Even if the cursor is not recommended from a performance perspective, they are still widely used especially when handling a small...
[Read More]
Yet another bunch of SQL string functions
SQL Shack
Linking relational databases with OLAP cubes
SQL Shack
One of the most asked questions is how to link an OLAP cube with a relational database, or in another way how to join the result of an MDX query with a table stored in a relational database. In this article, we will illustrate how to link a SQL Server...
[Read More]
SSIS Extract links from Excel cells to load into SQL
Stack Overflow
An overview of SQL String Functions
SQL Shack
In this article, we will try to give a brief overview of the SQL string functions used in SQL Server and we will provide some examples. A string function is a function that takes a string value as an input regardless of the data type of the returned value. In...
[Read More]
ORADIEX: A Big Data driven smart framework for real-time surveillance and analysis of individual exposure to radioactive pollution
BDCSIntell'2019
Radiation pollution has been always a critical concern, since it can cause a huge damage to humans and for nature. To minimize the damage, governments are collecting and monitoring radiation level using advanced systems. In the past years, Big data technologies such as distributed file systems, NoSQL databases and stream...
[Read More]