2015-11-12
235 reads
2015-11-12
235 reads
Many organizations have code no one wants to touch. Steve Jones notes that's a bad place to be.
2015-11-10
254 reads
Grant Fritchey shows his softer side, extending his appreciation to all DBAs who work tirelessly to keep our software running in the face of adversity.
2015-11-09
696 reads
2015-11-09
235 reads
Losing a laptop isn't something most of us would want to deal with, usually because of the expense. However, there may be other implications that concern you. Share your worries with us today.
2015-11-06
123 reads
Steve Jones is pleased to see some changes at Azure that make the database a stronger platform.
2015-11-05
111 reads
Today we have a guest editorial from Andy Warren. Andy talks about the things that help us out when we forget to handle some aspect of server administration. These safety nets can be handy, but should they be there? Should we have more of them? Join the discussion.
2015-11-05 (first published: 2011-06-09)
257 reads
2015-11-04
142 reads
The pressure to move to virtual systems is increasing, but is there a fallback if you have issues?
2015-11-03
100 reads
The move to limit disclosure of vulnerabilities continues, with potential issues for many of us.
2015-11-02
110 reads
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...
By gbargsley
This is it. The final chapter of PowerShell Strikes Back. Over the past four...
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