Is Your Time "Free"?
Too many people don't value their time appropriately, especially at work. If you don't, likely your boss doesn't either.
2026-03-27
98 reads
Too many people don't value their time appropriately, especially at work. If you don't, likely your boss doesn't either.
2026-03-27
98 reads
How much of a difference can you make at a job? Steve has a few thoughts today.
2025-10-13
114 reads
2025-08-27
206 reads
The latest work trend report from Microsoft shows people have peak work three times a day, and often out of normal working hours.
2025-06-28
118 reads
2025-06-04
107 reads
Before I start the whining (whinging if you prefer), let me just say I have the greatest job in the world. I'm exceedingly lucky to have it. I'm grateful as can be. And someone else (looking at you Tim) can get it when they pry it from my dead cold fingers. With that out of […]
2025-06-16 (first published: 2025-05-31)
163 reads
2025-04-23
191 reads
2024-12-20
142 reads
Many of you can't choose your team, or even change teams if you want, but from an organizational perspective, it might be the right thing to do. Whether you like it or not.
2024-11-11
149 reads
When you agree to work for a company, you should understand all your compensation.
2024-10-25
168 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