Category: SQL

When you are a DBA like me, there are a couple of people you know that give good info. Brent Ozar is one of those guys. In his youtube clips he gives a lot of…

I’ve been interested in Python for a while now. One thing i like is the possibility to do face recognition. Made a python script based upon a youtube clip from sentdex. The script worked fine…

Sometimes when you make a SQL script, that loops through a lot of records, you want to print a status. When you do this using print (or select), this will only display the content when…