All Tags »
Best Practices »
data types »
habits »
design (RSS)
Sorry, but there are no more tags available to filter with.
-
In my last post in this series, I talked about the assumptions many people make about IDENTITY columns. In this post, I want to focus on choosing data types. There are several areas where I see frequent mistakes in data type choice, and I'll mention a few here.
Using CHAR / VARCHAR / INT for date / time values
Countless times I have ...