Auditing SQL Server – Part 3 – SQL Server Configuration Audit
This section gets into detailed SQL Server configuration details. This is less relevant in a cloud environment, but there are still items to confirm.
This section gets into detailed SQL Server configuration details. This is less relevant in a cloud environment, but there are still items to confirm.
Today Steve talks about how we end up with software systems that don't appear to be well engineered.
Lean how to implement linear regression in SQL Server by running Python code on your data in SQL Server using Machine Learning Services.
This article explores how enabling READ_COMMITTED_SNAPSHOT on your SQL Server database might ease excessive blocking.
After a recent data breach, Steve read about an analysis of the data. He has a few thoughts on the process that Troy Hunt went through to dig into the data.
Learn how you can recover a database that is in suspect mode.
Time is a valuable resource in your lives, and when you decide to tackle something, something else gets dropped.
What are the challenges to implementing a successful test data management strategy? In our recent webinar ‘Harnessing the Power of Test Data Management: Strategies for Success’, Redgate’s Steve Jones was joined by Hamish Watson (DevOps Consultant) and Daniel Watkins (Director/Principal Consultant) to talk all things TDM and how to implement it efficiently and effectively. Here are 10 key tips and takeaways from their conversation in a short blog post.
I’m not the first person to write about cleaning up unused or redundant indexes.
SQL Injection continues to be a problem and Steve has a few thoughts today on how to reduce your vulnerabilities.
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: