2015-09-08
162 reads
2015-09-08
162 reads
This week Steve Jones looks at the idea of combining some NoSQL concepts inside of SQL Server.
2015-09-07
297 reads
Are you a do-it-all DBA, or do you specialize in one aspect of database work?
2015-09-07
317 reads
This Friday Steve Jones looks at the topic of defaults and whether you use the model database to adjust yours.
2015-09-04
106 reads
When is it worth upgrading your SQL Server? It's a question Steve Jones explores today.
2015-09-03
230 reads
2015-09-02
755 reads
It seems the software industry doesn't do a good job of planning and estimating software development efforts.
2015-09-01
191 reads
Does it make sense to avoid FKs for use other architectures in software development? Steve Jones isn't sure a a general rule this is the case.
2015-08-31
341 reads
2015-08-31
296 reads
Steve Jones has a story about what it's like to work with, and without, Version Control Systems.
2015-08-24
174 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