2020-10-13
163 reads
2020-10-13
163 reads
This week Steve wonders if you're want to tackle an exciting project for a day or a week.
2020-08-28
97 reads
This next article in the git series looks at managing powershell code in Git.
2022-04-11 (first published: 2020-08-27)
5,046 reads
Steve doesn't think microservices work with relational databases, but maybe you can convince him otherwise.
2020-08-27
273 reads
Steve looks at some of the software development trends from last year, and if they apply today.
2020-08-24
202 reads
2020-08-18
114 reads
2020-06-30
186 reads
Building better software might be a bit more work when we consider ensuring everyone can use our work.
2020-05-25
100 reads
We often learn to write code before we really learn to read it, which seems like a problem to Steve.
2026-05-13 (first published: 2020-05-21)
199 reads
2020-05-19
92 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