2020-01-27
217 reads
2020-01-27
217 reads
As JSON documents becomes increasingly widely used, as the interface between application and database, Phil Factor reckons it's about time JSON Schema was built-in to SQL Server, alongside XML Schema.
2020-01-25
303 reads
2020-01-24
307 reads
2020-01-22 (first published: 2019-01-31)
395 reads
Today, Grant Fritchey talks about the two paths to expertise for database professionals and why it’s hard to really know if someone is an expert.
2020-01-17
411 reads
Today Kendra discusses the advantages of using a command line interface for Git.
2020-01-16
418 reads
Grant discusses the need for password managers to help prevent security issues between different accounts.
2020-01-15
264 reads
Today Kendra talks about two of the online options used when working with indexes.
2020-01-14
320 reads
2020-01-13
264 reads
2020-01-11
285 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