News

I have a need to compare multiple different versions of essentially the same SQL Server 2005+ databases and bring the table structures up to that which is in the newest version.
Hierarchical Organization Structure with SQL Server using Recursive CTE Introduction: Hello everyone! Welcome back to my channel! In today's video, we’re going to learn how to visualize and query a ...
In SQL Server 2014 there were a number of restrictions on memory-optimized tables: you couldn't alter their structure after they were created; many SQL operators weren't supported (Outer Joins, ...
How to Describe Table in SQL Server One of the essential tasks when working with SQL Server tables is the ability to describe them. You can use the sp_help command to get information about a table’s ...
GlobalRetail_SSIS_DWH GlobalRetail_SSIS_DWH is a Data Warehouse project that I built using SQL Server Integration Services (SSIS). The project involves importing raw data from Global Super Store CSV ...