Poor Work Management
The future of work is uncertain, but not everyone is ready for remote work to continue.
2021-09-20
288 reads
The future of work is uncertain, but not everyone is ready for remote work to continue.
2021-09-20
288 reads
2021-05-17
222 reads
There are many things we may miss about the office, but one of them is the chance to interact with and impress management.
2021-04-23
124 reads
2021-04-22
74 reads
A year of remote work has made life hard, and harder to get a break from the same environment you are in most of the time.
2021-04-16
78 reads
Companies are starting to bring people back to the office. Microsoft has announced their policy, and Steve wonders if more will follow.
2021-04-12
121 reads
2021-04-09
138 reads
With many of us working in a distributed fashion, Steve wonders if things have changed for the process flow you follow.
2021-03-22
133 reads
Some people think every IT department is unique. While that might be literally true, Steve doesn't think that is actually the case.
2021-03-17
197 reads
Microsoft is working on the future of work, and adapting to remote work. Steve isn't sure this will work, but they have at least one interesting technology idea he likes.
2021-03-01
121 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