Many have come across the fact that SQL Server 2005 doesn't support datetime2
. I was wondering if I can add it as a custom datatype instead.
I created a custom type with the name datetime2
so that's done.
Now I need to set the min date value, but is that even possible, since the custom type is based on the datetime
type?