Category: Programming
Generating a Spelling Bee Practice Audio File with Python
Author: paschott Published Date: November 14, 2023 Leave a Comment on 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,…
TSQL Tuesday: “Disabling” Triggers Without ALTERs
Author: paschott Published Date: September 11, 2018 Leave a Comment on 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…
Posted in Programming
Very Simple Data Entry with C# Winforms & Datasets
Author: paschott Published Date: August 4, 2018 6 Comments on 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…