Recording of Adding Parameter info to sp_BlitzWho – Part 2

By Greg 1 comment

I did some more work on sp_BlitzWho recently. Check out the clip on YouTube below. If you missed part 1, you can find it here.

Recording of Adding Parameter info to sp_BlitzWho – Part 1

By Greg 1 comment

I did some work on sp_BlitzWho recently. Check out the clip on YouTube. Part 2 will hopefully come soon:

When are different Strings equal?

By Greg 2 comments

When working on the First Responder Kit recently, I needed to compare two strings and came across a bit of an oddity on how SQL compares strings. Let’s check it out. First, put the following stored proc in to your database: Pretty simple, we’re going to take 2 strings in, compare them together. If they’re […]