2016-08-22
98 reads
2016-08-22
98 reads
A smoke test can be a good way to ensure complex systems are working as expected after maintenance or changes.
2016-08-19
959 reads
The way that governments build software and work with data must change if we want to be more efficient.
2016-08-18
62 reads
2016-08-16
121 reads
Phil Factor explains why data detached from its temporal context often loses all meaning.
2016-08-15
89 reads
2016-08-15
93 reads
Today we have a guest editorial from Andy Warren as Steve is on vacation. Andy talks about a trip to Microsoft for the SQL Server 2016 launch.
2016-08-12
149 reads
A story I heard a long time ago reminds us to choose what is really important.
2016-08-11
118 reads
The potential vulnerabilities of wireless devices might be a security issue for databases.
2016-08-10
106 reads
When do you have too much data? What do you do if you aren't actually using all of it?
2016-08-09
87 reads
By Vinay Thakur
Google has contributed a lot of stuff/enhancement on its portfolio, google is no longer...
Next up in my series talking about The Burrito Bot is diving into the...
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
Comments posted to this topic are about the item Unraveling the Mysteries of the...
Comments posted to this topic are about the item QUOTENAME Behavior
Good Morning. I have a T-SQL Script which has been developed to execute a...
I use QUOTENAME() like this in code?
DECLARE @s VARCHAR(20) = 'Steve Jones' SELECT QUOTENAME(@s, '>')What is returned? See possible answers