Staying Successful
What helps people be successful in a company? Perhaps a little analytic work can help employers determine this.
2015-01-05
225 reads
What helps people be successful in a company? Perhaps a little analytic work can help employers determine this.
2015-01-05
225 reads
Steve Jones looks forward to the new year and asks in this poll what you think will happen.
2015-01-02
136 reads
2015-01-01
534 reads
As we look to the new year, Steve Jones wonders what improvements you might be planning for your career.
2014-12-31
198 reads
2014-12-30
173 reads
2014-12-29
175 reads
2014-12-29
214 reads
The next time you are tempted to hammer a performance problem with hardware, why not instead invest that time in hammering and refining your SQL queries? There are rich rewards to be had.
2014-12-26 (first published: 2009-11-02)
548 reads
2014-12-25
112 reads
Today Andy Warren talks about an employee work item that many of you might not be tasked with.
2014-12-22
143 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