Meetings Are Work Too

So Many Meetings

I’ve said it. We’ve all said it.

I can’t get any work done today, I’ve got so many meetings.

I need to be reminded on occasion that for most of us, the meetings are work too. They are part of the job and we need to think of them as such.

But I get it. I’m a technical professional. If you’re reading this blog, you probably are too. We feel “productive” when we’re actually putting fingers to keyboard, marker to whiteboard, “making stuff.” Being in meetings doesn’t feel like we’re doing anything to move things forward.

T-SQL Tuesday 153: The Conference Changed Everything For Me

T-SQL Tuesday is a monthly blog party hosted by a different community member each month, and this month Kevin Kline (blog | twitter) asks us to talk about an IT conference that resulted in a major opportunity.

Tell us the story of how attending an IT conference or event resulted in an amazing career or life opportunity.

T-SQL Tuesday Logo

It will be a common refrain in this community, but I’m going to pick a PASS Summit. But not my first one.

Why You (usually) Want a Clustered Index

Note: I originally wrote this a few years ago but never posted it. It resurfaced when I migrated the blog so it’s being posted now.

After watching Kevin Kline’s (blog | twitter) webinar Essential Tasks to a Successful Cloud Migration, I downloaded the T-SQL scripts to run them against some of my databases. One of the included queries identifies tables with forwarded fetches and right on top of the list was a table with over 1.6 billion forwarded fetches in the roughly 3 weeks since the instance was last restarted.

My PASS Data Community Summit 2021 Speaking Experience

If you’d asked me 5 years ago if I would ever speak at Summit, I’d have said “no way, not possible.” I didn’t even think I was able to produce the kind of material that’s expected at an event on such a large scale. Not to mention having that many eyes on me.

But times change. Experience, skills, and knowledge change. People change. And sometimes, people get talked into doing things things by their friends.

Lesson Learned From Multi-Threading with dbatools

Over the summer, I spent some (a lot of) time working on updates to a script at work which runs multiple processes in parallel. Everything seemed to work OK for a while, but then everything broke. It broke right around the time dbatools 1.1 dropped, so I started thinking that something must have changed there. As it turns out, it was entirely my fault and I hope this post will help you avoid the same trap.