On the Lambda

Programming, Technology, and Systems Administration

On the Lambda

Entries from July 13th, 2022

SQL and Dates

July 13th, 2022 · No Comments · development, sql, Sql Server

I want to clear up a few common issues I often see related to date values in SQL. Column Types The first of these is storing dates in a string column type, like varchar or nvarchar. Schemas that do this need to be fixed, because they really are broken. When you do this, you don’t […]

[Read more →]

Tags:·