Working with T-SQL Date and Time Formats
This article addresses formatting issues that may arise when working with time and date, as well as their solutions. T-SQL has the following categories for working with time and date, as is well known: Date Time Smalldatetime DateTimeDatetime2 Datetimeoffset Among these kinds, date, datetime2, and datetimeoffset are recommended. Both the smalldatetime and datetime data formats…