Build a Career Radar
A technology radar can help you assess what's important and where to focus your effort. Companies use these, and Steve Jones says you should as well.
2018-02-23
78 reads
A technology radar can help you assess what's important and where to focus your effort. Companies use these, and Steve Jones says you should as well.
2018-02-23
78 reads
We can't always explain how AI systems work. Steve Jones wonders if this is a loophole in the GDPR legislation.
2018-02-22
139 reads
The need for data imports, exports, and transformations seems to be growing.
2018-02-21
157 reads
2018-02-20
57 reads
The origins of PASS have shaped its culture for years. Are you doing the same in your organization?
2018-02-19
70 reads
Extended Events is a much more complex system and profiler, and the use of templates can reduce the complexity
2018-02-16
37 reads
Perseverance and continued effort, even when you lack knowledge or skill is extremely valuable for a technology professional.
2018-02-15
109 reads
Today Steve Jones asks about how your relationship is at work.
2018-02-14
80 reads
2018-02-13
48 reads
Many of us have scripts that we run in SQL Agent jobs, but Steve wonders if we really treat them like production code.
2018-02-12
93 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