Usage of CTE - Trick with Dates
This article exlores the usage of CTEs as a replacement to cursors in order to generate additional data by applying logic to existing data.
This article exlores the usage of CTEs as a replacement to cursors in order to generate additional data by applying logic to existing data.
Bhavesh Patel shows how to clone a SQL Server login onto another server while keeping the password the same.
A short demonstration on how to configure Reporting Services (SSRS) with an SSL certificate.
Read why Solomon Rutzky is excited about SQL Server running on Linux.
Greg Larsen shows you how to determine if you are running the standard, enterprise, or developer edition of SQL Server.
How do you detect issues in your systems? Testing? Monitoring? Steve Jones has a few thoughts that we should find ways to do so before our customers.
We met SQL.ARRAY in the last step. Now say hello to SQL.MAP, which can store pairs of values.
The easiest way of explaining how a DevOps approach to database deployment can dramatically speed up the process is to use the term ‘shift-left’. By performing, or at least...
By Steve Jones
If someone is trying to convince you it’s not a pyramid scheme, it’s a...
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...
Hi experts, I have a 3+ TB database on a 2019 sql server which...
Comments posted to this topic are about the item The North Star for the...
Comments posted to this topic are about the item Multiple Escape Characters
In SQL Server 2025, I run this code (in a database with the appropriate collation):
SELECT UNISTR('%*3041%*308A%*304C%*3068 and good night', '%*') AS 'A Classic';
What is returned? See possible answers