What's a forgivable mistake?
Today Steve wonders if your company is understanding of your human frailty.
2019-12-06
264 reads
Today Steve wonders if your company is understanding of your human frailty.
2019-12-06
264 reads
Disaster recovery is no joke at Google, where they really test their systems, people, and processes.
2019-12-05
227 reads
2019-12-04
488 reads
Being proactive in trying to improve your system is good, but sometimes your team might cause you problems with their efforts.
2019-12-04
385 reads
Is there a good way to ensure employees get trained? Steve has a few thoughts today on an idea that could help.
2019-12-03
183 reads
2019-12-03
1,179 reads
One of the newer features in Data Masker for SQL Server is the ability to read column classifications and suggest rules to clean the data. I decided to give...
2019-12-02 (first published: 2019-11-22)
271 reads
2019-12-02
624 reads
2019-12-02
354 reads
2019-11-29
614 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