I'm a little confused on this. Microsoft seems to advocate the using of datatime2 instead of datetime. Datetime2 is smaller, and has better resolution and range, but when I go to design my database in SQL 2014 Express, datetime2 is not listed in the Data Type drop down. Datetime is listed but I actually need the resolution of datetime2. Is datetime2 not supported in express versions?
Thanks,