2017-05-29
34 reads
2017-05-29
34 reads
Phil Factor argues that the database should be the primary source not only of the current data values, but also of the volatility of the data, its rate of change. Surely, then, it makes sense for the database to control the caching strategy.
2017-05-29
92 reads
The SQL Server platform is growing, but Steve Jones notes that this might not really affect our jobs.
2017-05-26
847 reads
We will start to deal with more and more types of data. Steve Jones worries about the possibility of hacking.
2017-05-25
63 reads
2017-05-24
141 reads
Today Steve Jones looks at how you might track the various items you use in the cloud.
2017-05-23
215 reads
Microsoft has changed SQL Server in response to the community. Read about some of the enhancements.
2017-05-22
75 reads
2017-05-22
55 reads
Pseudonymisation is a form of data masking, a technique that becomes more important to data professionals all the time.
2017-05-19
1,906 reads
There may be new changes to our jobs as data professionals because of GDPR in the European Union.
2017-05-18
137 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