2015-09-10
285 reads
2015-09-10
285 reads
One of the more important things that we can do as a professional is learn to work we well with others.
2019-07-30 (first published: 2015-09-09)
395 reads
2015-09-08
162 reads
Are you a do-it-all DBA, or do you specialize in one aspect of database work?
2015-09-07
317 reads
This week Steve Jones looks at the idea of combining some NoSQL concepts inside of SQL Server.
2015-09-07
297 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
229 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
2015-08-31
296 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