There Are Always Constraints
We must learn to deal with the reality of our situation, along with the limitations.
2015-07-21
122 reads
We must learn to deal with the reality of our situation, along with the limitations.
2015-07-21
122 reads
One important skill is for the DBA or developer of the future is being sure they can present data to clients in a way they can use it.
2015-07-20
202 reads
DacPacs have been around for a while but DBAs have not, in the past, taken them particularly seriously. Is it time to get involved and influence the way the technology develops?
2015-07-20
167 reads
For this Friday, Andy Warren asks if you would pay to change your wardrobe for work.
2015-07-17
240 reads
Everyone wants to know who is actually using Continuous Deliver for their software. Today Steve Jones has a prominent example.
2015-07-16
294 reads
2015-07-15
119 reads
Is it more imortant to use the data or your experience? Does one have more weight than the other?
2015-07-14
135 reads
2015-07-13
170 reads
Andy Warren wonders if our industry is moving to a new era today.
2015-07-09
250 reads
Something sufficiently complex, in our eyes, may appear to be magic. Steve Jones feels some of his knowledge about SQL Server looks the same way to others.
2018-09-04 (first published: 2015-07-06)
273 reads
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...
By Arun Sirpal
Claude is more than a chat window. The desktop experience includes structured workspaces, generated...
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