The Developer Arguments for Stored Procedures
Today Steve asks what reasons a developer has for using stored procedures.
2020-03-06
538 reads
Today Steve asks what reasons a developer has for using stored procedures.
2020-03-06
538 reads
A security breach at Microsoft is disconcerting, especially when they don't share details.
2020-03-05
287 reads
2020-03-04
339 reads
Artificial Intelligence systems might dramatically change our world, but they need lots of help and work to get better.
2020-03-03
135 reads
For a time, it seemed that everyone wanted to build a Hadoop system. The world has changed, and that's not as popular an idea as it used to be. Today, Steve has a few thoughts.
2020-03-02
532 reads
Amazon is providing automatic redaction of PII data in there transcription service.
2020-02-29
275 reads
Today Steve starts a mid year review of his career goals and encourages you to do the same.
2020-02-28
142 reads
Steve talks data virtualization in the age of growing data sets and larger workloads
2020-02-27
321 reads
2020-02-26
291 reads
2020-02-25
277 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...
My wife apparently ask her phone a question and below is what she sent...
Comments posted to this topic are about the item I Love Editorials
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers