SQL Server - Difference Between DATETIME and DATETIME2
SQL Server – Difference Between DATETIME and DATETIME2
I came across the article written by Pinal Dave about the difference between DATETIME and DATETIME2. In my years working as a database administrator, I did use DATETIME most of the time for database structure design. So far, I did not use the data type DATETIME2 before.
It becomes more interesting when he shared with us the problems when using DATETIME2 and SYSDATETIME(). In a short summary he…
View On WordPress










