Microsoft and Minecraft and Training Kids
Today we have a guest editorial from Andy Warren, looking at learning.
2019-05-15 (first published: 2015-02-23)
528 reads
Today we have a guest editorial from Andy Warren, looking at learning.
2019-05-15 (first published: 2015-02-23)
528 reads
This week Steve Jones talks about the query store after an article was released describing it.
2015-02-23
215 reads
Steve Jones talks about careers, and where you might take your career over time.
2019-05-14 (first published: 2015-02-20)
726 reads
In many occupations, workers invest in their own tools. However we rarely do that in technology.
2015-02-19
262 reads
2015-02-18
596 reads
We still have problems with SQL Injection. Steve Jones has a few thoughts on why.
2015-02-17
311 reads
2015-02-16
78 reads
2018-06-25 (first published: 2015-02-13)
195 reads
Steve Jones talks about starting a new job and the need to get up to speed quickly, perhaps by being prepared on day 1.
2015-02-12
229 reads
How can we ship safe, and ship often? Steve Jones has a few comments on the need for better engineering.
2015-02-11
93 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