2021-05-22
139 reads
2021-05-22
139 reads
2021-05-14
240 reads
Today Steve wonders what advice you might give someone starting out their career in technology.
2021-05-07
95 reads
Documentation may not be something we aspire to do, but it is a valuable skill.
2021-04-30
421 reads
When do we ask for help? It's a tough balance to strike between asking too soon or waiting too long.
2021-03-26
119 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
166 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
145 reads
Many organizations will change their teams around over time, but not all do this regularly. Steve talks about how Redgate does this every year.
2021-02-24
88 reads
2021-02-22
182 reads
2021-02-16
5,201 reads
By Steve Jones
Train employees well enough that they could get another job but treat them well...
By Steve Jones
I needed to test a striped backup, so I decided to ask the AI’s...
By Kevin3NF
It’s Not Just Backup / Restore At some point every company faces it: the...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item Why Data Modelling Still Matters...
Hi when i think of server hops , i think of how kerberos assists...
When I run this code, how many rows are returned?
DECLARE @meals NVARCHAR(1000) = N'夕食昼食朝食' DECLARE @s NVARCHAR(1) = N'食' SELECT value FROM STRING_SPLIT(@meals, @s) GOSee possible answers