2016-06-13
74 reads
2016-06-13
74 reads
One of the things that will be debated quite a bit in the next few years will be the penalties for data loss.
2016-06-13
123 reads
2016-06-10
102 reads
2016-06-09
82 reads
2016-06-07
117 reads
Microsoft has released the first version of a new sample database for SQL Server.
2016-06-06
642 reads
2016-06-06
133 reads
Today Steve Jones talks about the risk inherent in any project, and how we should be aware of our mistakes, learn from them, and sometimes just give up when we've made too many.
2016-06-03 (first published: 2012-02-22)
232 reads
2016-06-02
90 reads
2016-06-01
125 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