Remote Remote Work
Working remotely can be more than working at home, which Steve thinks helps the work-life balance.
2022-10-21
144 reads
Working remotely can be more than working at home, which Steve thinks helps the work-life balance.
2022-10-21
144 reads
2020-10-02
124 reads
Steve talks a bit about the new challenges of working in a different environment and the challenges you might face.
2020-09-22
96 reads
2020-09-02
162 reads
Working from home during the pandemic is likely to change many things, and Steve discusses a few today.
2020-06-11
118 reads
It's been nearly two months since the Redgate Software offices closed. I am not normally in the office, but I did cancel a trip that I normally would have taken to touch base with a number of teams. That's a minor change for me, but a still a change. It's much less than the disruption that […]
2020-05-28
117 reads
This week Steve talks a bit about working remotely, which is something more of us are doing these days.
2020-04-24
212 reads
I wanted to figure out how big (or approximately how big) my dump file...
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
Comments posted to this topic are about the item Announcing SQL Server 2025
Comments posted to this topic are about the item Running Steve's Code
Comments posted to this topic are about the item New SQL Server 2022 Functions
Can you run this code in any of your SQL Server 2019 databases without error?
CREATE OR ALTER PROCEDURE [dbo].[StevesAmazingProc] AS SELECT Consumer_ID , Trend_Category , Bit_Trace FROM NewWorldDB.dbo.MarketTrend; GOSee possible answers