I install SQL Server 2012 Enterprise version on my computer. However, it is very strange that I cannot create field with following types:
date,time,datetime2,datetimeoffset,hierarchyid
In SQL Server Management Studio, there are no above types. And if I using SQL statement with the above types, then get "type does not exist" error.
What is the problem?
Thanks