Research on the Changing Workplace
The workplace is certainly changing with the COVID-19 pandemic. Steve shares a few learnings from Microsoft's work from home experiment.
2020-07-31
121 reads
The workplace is certainly changing with the COVID-19 pandemic. Steve shares a few learnings from Microsoft's work from home experiment.
2020-07-31
121 reads
2020-07-30
72 reads
Learning to adapt the way we work is important for advancing our career, but this can be harder than we expect.
2020-07-29
144 reads
2020-07-28
187 reads
Steve reflects on some of the ideas of how Microsoft imagines the future of computing.
2020-07-27
128 reads
2020-07-25
374 reads
2020-07-24
83 reads
2020-07-23
86 reads
A Twitter hack brings into the question of who can make changes in production for Steve.
2020-07-22
460 reads
2020-07-21
84 reads
Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...
By Steve Jones
This was one of the original values: The facing page has this text: No...
By Chris Yates
For decades, enterprises have thought about data like plumbers think about water: you build...
Comments posted to this topic are about the item Create an HTML Report on...
Hi everyone I have a 1000 plus line query and I am getting an...
Comments posted to this topic are about the item Building a RESTful API with...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers