0
kicks
Working with Date-Only and Time-Only data in SQL Server
It's all about using the right data types. Sure, there's no "date" or "time" only data type available, but that's no excuse to return VARCHAR strings formatted as dates or times instead of the correct data type: datetime.