The TIME data type in SQL Server 2008 (and later)
Similarly to my previous post about the DATE data type in SQL Server 2008 and later, another data type, which was originally shipped in SQL Server 2008 is the “TIME” data type. Again, without having to manipulate the current datetime for getting the time, you just have to cast it to the TIME data type. … Read more…