Category: Random helpfulness

Fun with PowerShell: I made a game

So we got to playing around with PowerShell last week – one son is making a game hack, and the other is making a game, both with PowerShell.  So I decided to get in on the fun. I wasn’t feeling particularly creative, so I stole the idea of (ahem) that game where you plug in names […]

T-SQL: How many bananas tall are you?

So today, this happened: Now I suddenly want to know how many bananas tall I am… https://t.co/7geupBzXDj — MidnightDBAAAAAHHHHHH!! (@MidnightDBA) September 6, 2018 And I realized it would be really easy to find that out, via a calculator, or – more amusingly – with SQL: DECLARE @feet FLOAT = 5.0, @inches FLOAT = 5.0, @bananaIN […]