What does SQL NULL mean and how to handle NULL values
This tip will help you understand what NULL means and different ways to handle NULL values when working with SQL Server data.
This tip will help you understand what NULL means and different ways to handle NULL values when working with SQL Server data.
Schools often lack resources and struggle to protect themselves. An interview shows one district doing well, with some lessons for those of us in other organizations.
Check how much space you may expect to recover from a rebuild after dropping a column!
Microsoft Fabric is a new centralized, AI-powered cloud data platform hosted by Microsoft. It combines several services of the existing Azure Data Platform – such as Azure Data Factory – with Power BI, while also introducing new services.
Today Steve asks for the ways in which you use xp_cmdshell in your environment.
In this article, I share how an SQL Server filtered index solved the problem of preventing duplicates for new rows in a table.
In this article, you will learn how a team can start to better manage the scripts they use for their daily work.
Steve notes that we're always better doing things better the first time. That takes some effort.
Data generation is the science and art of providing data for database development work that is as realistic and controllable as possible. The skills of generating realistic data are an essential part of being a database developer. It is important: you need plenty of data of exactly the right type, size and verisimilitude
By Steve Jones
I was looking back at my year and decided to see if SQL Prompt...
In the era of cloud-native applications, Kubernetes has become the default standard platform for...
By Steve Jones
I’ve often done some analysis of my year in different ways. Last year I...
Hi, below i show various results trying to reach our ftp site (a globalscape...
Comments posted to this topic are about the item Finding Motivation
Comments posted to this topic are about the item The Last Binary Value of...
What does this code return?
SELECT cast(0x2025 AS NVARCHAR(20))Image 1: