2020-02-22
102 reads
2020-02-22
102 reads
Today, Kendra Little talks about reteaming.
2020-02-21
526 reads
2020-02-20
329 reads
2020-02-19 (first published: 2019-03-14)
461 reads
Today, Julia Hayward explains how Redgate is leveling up core skills.
2020-02-18
197 reads
2020-02-17
169 reads
I started in the early days of SQL Server, when having a gigabyte of disk storage was unheard of, much less a gigabyte of RAM. My watch has more storage space than the mainframe we replaced with an early version of SQL Server years ago. The technical possibilities and amounts of data we are capable […]
2020-02-15
131 reads
2020-02-13
211 reads
Today, Kendra explains what's holding organizations back from implementing Database DevOps.
2020-02-12
235 reads
There is a need to ensure we decide what ethics a computer system ought to have.
2020-02-10 (first published: 2019-03-27)
246 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