2016-06-22
225 reads
2016-06-22
225 reads
Larry Page is a very interesting person, one that is looking to change the world.
2016-06-21
131 reads
After the crash of an US Air Force database was reported, Steve Jones has some advice.
2016-06-20
121 reads
2016-06-20
83 reads
SQL Server 2016 runs faster, sometimes without you changing anything.
2016-06-17
272 reads
We might be smart in one area, but not others. That's worth remembering.
2025-12-22 (first published: 2016-06-16)
199 reads
The Stretch database feature in SQL Server 2016 is fantastic, but is it too expensive?
2016-06-15
220 reads
2016-06-14
91 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
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