Innovation Needs Information
We need data to innovate more. Steve Jones reminds us this means opportunity for many of us.
We need data to innovate more. Steve Jones reminds us this means opportunity for many of us.
I read a lot of history (as you no doubt notice from my other editorials). I’m currently reading an excellent book on the air war in World War One, Marked for Death: The First War in the Air. One of the fascinating aspects of the war is just how fast the technology shifted. At the […]
Generate aligned output from SELECT statement for code comments using a simple stored procedure.
GDPR is coming and many are concerned. Steve Jones has a few thoughts today.
The build v buy decision isn't the final one. We also need to decide if we'll use software as is or customize it.
As security threats proliferate, the need for encryption will continue to rise. We who are the Guardians of the Data must be ready to make SQL Server respond and to manage the performance issues that are inherent in every data encryption solution.
Phil Factor on a tale of how dodgy mock data derailed an otherwise-convincing prototype.
Install Visual Studio 2015 in Windows Server without Internet Connection
Importing binary files is always a challenge in SQL Server. New Author Sergey Benner brings us a technique using bulk loading that has worked well for him.
When you need to debug or troubleshoot, Steve Jones wants you to disable, not drop, objects.
By DataOnWheels
I have been active in the data community throughout my career. I have met...
By Vinay Thakur
Quick Summary for Microsoft SQL Server till 2025, I am fortunate to be part...
By James Serra
Why this comparison feels confusing If you’re a Power BI report author who’s just...
Comments posted to this topic are about the item Having a Little Fun at...
Comments posted to this topic are about the item Designing SQL Server Pipelines That...
Comments posted to this topic are about the item String Similarity I
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers