Posted in Programming Uncategorized

Generating a Spelling Bee Practice Audio File with Python

This is a bit outside of the SQL Server realm, but might be of interest to some. I was asked to read 100 words recently,…

Continue Reading... Generating a Spelling Bee Practice Audio File with Python
Posted in Programming SQL Server TSQL TSQL Tuesday

TSQL Tuesday: “Disabling” Triggers Without ALTERs

I’ve worked with my share of Triggers over the years. Most of the time, they were relatively simple affairs – do a simple update to…

Continue Reading... TSQL Tuesday: “Disabling” Triggers Without ALTERs
Posted in Programming

Very Simple Data Entry with C# Winforms & Datasets

I recently needed to generate a quick and dirty app for data entry into a normalized database. I’ve done this sort of thing in Access…

Continue Reading... Very Simple Data Entry with C# Winforms & Datasets