I passed the GCP Associate Cloud Engineer exam. (As a side note I’m almost certain this certification will someday be renamed per the use of the word “Engineer” is blasphemy to some.) I reflected on some of the factors…
Omaha SQL User Group
Next week the Omaha SQL UG will hear from Ed Leighton-Dick about SQL Server on Linux. I've had the pleasure to sit in on a couple of Ed's SQL Saturday presentations including a full day master security class. Ed does…
What is the difference between putting a filter in the ON clause versus the WHERE clause?
In short, the filter placement could change the query results if the query uses an outer join. Left (right) outer joins add back non-matching rows from the left (right) table after the ON filter. A row might match the ON…
Speaking at SQL Saturday Kansas City
On September 14th I'll be delivering my session "Building Web apps with R and SQL Server" at SQL Saturday Kansas City. I enjoy this event. The organizers do a great job, the venue is fantastic, and it's close to Omaha.…
SQL Saturday 888 - Sioux Falls
I'm delighted to speak at SQL Saturday 888 in Sioux Falls this weekend. I'm delivering a session on web development with R. R isn't well known for enterprise Web Applications. However, recent advancements in the R ecosystem aim to change…