Acknowledging Success
Annual awards are a fun thing for Steve, and he hopes more organizations will start doing them.
2021-12-13
224 reads
Annual awards are a fun thing for Steve, and he hopes more organizations will start doing them.
2021-12-13
224 reads
The Advent of Code is live, and Steve finds it to be a fun way to take a break during your day.
2021-12-04
291 reads
2021-11-26
192 reads
In which direction should you drive your career? Steve has a few thoughts today.
2021-11-19
332 reads
2021-11-05
130 reads
2021-10-25
320 reads
Trying to keep up with technology is a losing game. Better to continue to grow and learn, balanced with the rest of your life.
2021-10-18
219 reads
It's almost time for Brent Ozar's annual salary survey. Steve reminds you that you can influence the questions, but more importantly, take the survey and provide data for all of us.
2021-10-02
316 reads
Many organizations are struggling to hire staff these days. In addition, it seems that many technology groups feel they can't find staff with the right skills.
2021-10-01
282 reads
There is almost always someone that helps us in our career with mentorship. Today Steve suggests you thank them.
2021-09-24
77 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