This article contains examples of converting a date value to a datetime value in SQL Server.
When you convert a date value to datetime, extra information is added to the value. This is because the datetime data type contains both date and time information. The date data type, on the other hand, only contains date information.