The Pandemic Work Load
With the new year proceeding along, we are still in a pandemic. Is that affecting your work load?
2021-02-12
123 reads
With the new year proceeding along, we are still in a pandemic. Is that affecting your work load?
2021-02-12
123 reads
Many people don't feel like they can make changes in their work environment. Today Steve notes this is common in many organizations.
2021-01-25
105 reads
Today Steve wonders about the move back to offices and if you are looking forward to it or trying to avoid it.
2021-01-04
130 reads
Retaining staff is always a challenge for many organizations. Today Steve talks about the difficulties of doing so and in choosing who to retain.
2020-09-29
147 reads
Today Steve wonders if companies ought to support remote work better with other benefits.
2020-09-11
196 reads
2020-08-17
119 reads
2020-08-12
258 reads
Today Steve looks at one possible future of offices, which might be something we own.
2020-07-20
166 reads
By Steve Jones
I was testing the new SSMS (v22 Preview 3) with Copilot and ran into...
By Kevin3NF
Don’t Let Trouble Sneak Up on You Most SQL Servers run quietly. Until...
By Steve Jones
I had a conversation with a customer asking this question: how can I tell...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item Building a RESTful API with...
Comments posted to this topic are about the item The Journey to PostgreSQL (or...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers