learn sql

Introduction to SQL Server Data Tools (SSDT)

For an instructor lead, in-depth look at learning SQL click below. Learn SQL >> SQL Server Data Tools, known as SSDT, is a Microsoft Visual Studio environment for developing SQL Server relational databases, databases projects, Reporting Services reports, Integration Services packages, and Analysis Services data models. Today, I’ll provide an introduction to SSDT and how […]

Introduction to SQL Server Data Tools (SSDT) Read More »

Introduction to SQL Server Management Studio (SSMS)

For an instructor lead, in-depth look at learning SQL click below. Learn SQL >> SQL Server Management Studio (SSMS) is a robust integrated environment that offers a broad array of tools and services for managing, configuring, and developing all components of SQL Server. It combines graphical, scripting, code, and design editors into a single, easy-to-use

Introduction to SQL Server Management Studio (SSMS) Read More »

IS: Understanding the IS Operator in SQL: Working with NULL Values

For an instructor lead, in-depth look at learning SQL click below. Learn SQL >> Understanding the IS operator and how to work with NULL values is an integral part of SQL programming. SQL treats “NULL” as a special value that represents missing or unknown data. This is somewhat different from the way most programming languages

IS: Understanding the IS Operator in SQL: Working with NULL Values Read More »