Tracking Table Sizes
Today Steve asks if you track the details of your table growth inside a database.
2025-03-07
197 reads
Today Steve asks if you track the details of your table growth inside a database.
2025-03-07
197 reads
The job outlook for database professionals is good, but it's not that easy to get a great job. Steve has some advice for you today.
2025-03-05
252 reads
Steve has a few thoughts on natural keys, which often turn out not to be as unique as we expect.
2025-03-03
172 reads
There was a post on X I read today about valuing your time. The gist was that since this person had waited 9 minutes to save $4, they valued their time at $27 an hour. I get the point being made. Time is valuable and you need to set the value of your time. It […]
2025-03-01
121 reads
Today Steve asks which data model issues are most annoying to you.
2025-02-28
146 reads
Steve re-posts a question from someone else, asking why you wouldn't want to use an AI.
2025-02-26
220 reads
2025-02-24
159 reads
Triggers. Who doesn’t like a good, lively debate about triggers? With the extreme cold that we’ve experienced this past week in the northeastern U.S., I feel like a little heated debate wouldn’t be a bad way to forget about the cold. But alas, I’m not here to talk about database triggers. Sorry, we’ll have to […]
2025-02-23 (first published: 2025-02-22)
127 reads
After his watch broke, Steve had to get a new tool and isn't sure it was a good move.
2025-02-21
89 reads
There is a report that less ransomware ransom is being paid. Perhaps that's a good sign for all of us.
2025-02-19
87 reads
I’m excited to announce the release of a new open-source project that fully automates...
One of my favourite features of SQL Server 2022 was the T-SQL Snapshot Backups....
By Steve Jones
I have said and written this many times: Redgate Software is the type of...
Comments posted to this topic are about the item AI Experience Gap that we...
Comments posted to this topic are about the item Squared Values
Comments posted to this topic are about the item I Don't Want To Do...
What happens when I run this code in SQL Server 2022?
SELECT SQUARE('12') See possible answers