February 2012
2 posts
1 tag
Calculate a leap year in C#
Handy bit of code this if you have an application that plays around with DateTime a bit too much and you start seeing errors February 29th ;)
1 tag
Column to Column SQL copy
Funny enough, I couldn’t find this snippet of sql code online. I needed to copy a column within the same table to another.