
SQL IS NULL and SQL IS NOT NULL Examples
This article looks at how to use SQL IS NULL and SQL IS NOT NULL operations in SQL Server along with use cases and working with NULL values.

This article looks at how to use SQL IS NULL and SQL IS NOT NULL operations in SQL Server along with use cases and working with NULL values.
This tip will explain what the SQL Server keyword EXISTS does and show several different use cases of how you can use EXISTS.
This tip will help you understand what NULL means and different ways to handle NULL values when working with SQL Server data.
Learn about deprecated features in SQL Server, if it is bad to use them, and what you should do if you are using them.

Enhance your DBA toolkit with essential SQL monitoring scripts to address performance issues and streamline your server management.
This article provides SQL code to determine what file, table, row, or other object is locked and causing SQL Server blocking.
This article contains various code fragments and scripts that could be used to manage and check on SQL Server and databases.
Troubleshoot SQL Server User-Defined Function performance issues using actual execution plans, estimated execution plans, and live query statistics.
Learn about prepared statements in SQL Server, what they are, and how to use them along with the commands sp_prepare and sp_execute.
Check out this article to help you figure out real dates and times when using a SQL Server RowVersion value.
This tip shows several examples of COUNT and COUNT DISTINCT to show how SQL Server handles them differently.
Learn the SQL LIKE statement to find various text patterns contained within a set of text along with many different examples of how to use LIKE.
Learn how to build conditional logic when writing SQL code using IF, BEGIN, END, ELSE, and ELSEIF logic.
Learn about dbWatch Control Center to help you better manage your database environment for SQL Server, Oracle, Postgres, Azure, AWS, and more.
In this article we look at different ways you can offload reporting to another SQL Server instance to minimize impact to production databases.
Learn different ways to add comments to your T-SQL code when working with SQL Server along with several examples.
In this second article we learn more ways of how to manage SQL Server without having to make remote desktop connections to the server.
Learn ways to avoid making remote desktop connections to SQL Server and still be able to install, patch, read error logs and manage the server.
In this article we look at the datetimeoffset data type in SQL Server and how this can be used to determine dates for different time zones.
In this article we take a look at the SQL WHERE clause and how this can be used to filter rows for selecting, updating and deleting data.
Learn how to use the SQL ORDER BY clause to provide different sort orders for query results along with several different examples.
This article looks at what an average day of a SQL Server Data Architect looks like and some of the things you would need to as a Data Architect.
Learn about various job titles and positions for SQL Server. This will give you an idea of the different types of database roles that exist.

Learn about writing TSQL statements using the not equal operator along with various examples of using not equals.