Good Security Needs Layers
A good security system needs layers since our applications and platforms don't exist in a vacuum.
A good security system needs layers since our applications and platforms don't exist in a vacuum.
Erik Darling shows how execution plan estimates suffer.
Corruption of the system databases is a serious matter. Setup.exe is a brute force method of replacing them.
Machine Learning is an exciting branch of computer science, but it doesn't solve all our problems.
With Amazon RDS, it’s easy to have a SQL Server running in minutes. There are some limitations, though. Seth Delconte explains a workaround to overcome one of the limitations: the inability to restore a second copy of a database to recover missing data.
Grant talks about the challenges of helping people in online forums and getting them to learn rather than grab the first solution.
The pre-conference sessions for the 2018 PASS Summit were released.
A basic introduction for developers about creating a connection from .Net to SQL Server, and some of the options available.
Rick Dobson explains the Relative Strength Index (RSI), and shows how to create a TSQL script that computes the RSI for a stock closing price series.
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