SQL: Don't use abbreviations in T-SQL datetime intervals
I don’t like seeing abbreviations used when there’s no need to have them. Abbreviations can be overused and many times they’re cryptic. Worse, I often see them applied inconsistently.
In general, I try to avoid abbreviations unless they are on a tight list of ones that I use all the time.
A pet dislike of mine is seeing them used (even if consistently) for interval values in T-SQL functions like DATEADD, DATEDIFF, etc.
2020-02-18