Mode
Color
Width

Posts TaggedSQL

Reading Log - September 11, 2023 (#43)

This week we look at privacy nightmares in new cars, updates to security in .NET, email development being awful, and more.

Reading List: July 16 - July 22

Some articles about C#, SQL and looking at local newspapers.

Better SQL Update Stored Procedures

I'm still surprised it took me so long to figure this out. When I have been creating a SQL update stored procedure, I often ended up creating multiple ones if I was concerned about only updating a subset of the fields of a table. I've finally found a better way to do it.