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
119 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
120 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
By Steve Jones
I was asked about state-based deployments in Flyway Teams, so I decided to show...
By Steve Jones
The main thing is to keep the main thing the main thing. – from...
When Covid took out the PASS organization, I had someone say to me, “Well,...
Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...
I'm attempting to set up log shipping from SQL Server 2005 Standard to SQL...
Comments posted to this topic are about the item Smile and Wave Boys
What do these two selects return?
SELECT BIT_COUNT (CAST (-1 as smallint)) , BIT_COUNT (CAST (-1 as bigint))See possible answers