Tool Limits
Today Steve asks about the tools you use for your job and if they help or hurt your productivity.
2021-03-19
182 reads
Today Steve asks about the tools you use for your job and if they help or hurt your productivity.
2021-03-19
182 reads
Spending time on low value tasks isn't often worth the cost for highly paid employees.
2021-03-18
231 reads
Some people think every IT department is unique. While that might be literally true, Steve doesn't think that is actually the case.
2021-03-17
208 reads
The transformation of a way of working is hard, but it's important to realize this is more than just technology. This also includes people.
2021-03-16
97 reads
2021-03-15
153 reads
In 2008, I managed to achieve the goal of becoming a Microsoft Certified Trainer. Once I achieved the status, Microsoft shipped me a binder with dozens of DVDs containing lab VMs and class materials for all the current classes. At some point, instead of receiving DVDs, you were expected to download images which was quite […]
2021-03-13
173 reads
We all need to learn and tackle new technology in our career. When we do so, are we impostors or students?
2021-03-12
150 reads
2021-03-11
114 reads
Containers have changed how to develop and deploy software. They haven't caught on with databases as much, but Steve thinks this will change.
2021-03-10
146 reads
There are new platforms out there that promise a distributed SQL relational database. Steve talks about a few today.
2021-03-09
432 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