What is a Failed Deployment?
Today Steve talks about the concept of what a failure is when deploying changes.
2025-06-13
79 reads
Today Steve talks about the concept of what a failure is when deploying changes.
2025-06-13
79 reads
I had someone ask me about using triggers to detect changes in their tables. This is a second post looking at triggers, in this case, modifying my trigger to...
2025-06-11
77 reads
2025-06-11
1,396 reads
2025-06-11 (first published: 2019-05-24)
530 reads
This month we have a great invite from Joe Fleming, a first time host of T-SQL Tuesday. Joe reached out when I requested some hosts and I’m glad he...
2025-06-10
104 reads
2025-06-09
1,301 reads
One of the biggest challenges with monitoring data is managing the volume over time. Lots of bespoke/home-grown solutions don’t do this well, and some commercial products have a gross...
2025-06-09
36 reads
Steve talks about the process of decision making with idea for shortening the time taken.
2025-06-09
90 reads
Steve looks back at the Mythical Man Month, a book every software engineer and manager should read.
2025-06-06
108 reads
2025-06-06
854 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers