Category: People and Opinions

Women in Tech: Finding Allies #PASSDataSummit

The WIT panel spoke on an excellent topic today: needing, and finding, allies at work. Afterward and for the first time ever, I stood and spoke publicly about something in IT that traumatized me. Here is what I said. The panel makes an excellent point about watching out for opportunities to be an ally, e.g., […]

SQL Server meta-development (with regular expressions and more)

Yesterday, I had about 30 existing queries (and some multi-query processes) that I needed to turn into individual stored procedures. I could, of course, go through the entire list of queries manually, crafting CREATE PROC statements and so on. But what’s the fun in that? As much as possible, I like to use scripts on […]