I need to create a smalldatetime from a smalldatetime with no time and add the time from a GETDATE() value. For example, if I have a smalldatetime value of 2018-12-05 00:00:00 and I want to add/replace the time of 00:00:00 with the hr:min:sec
from the current value of GETDATE(), how do I do that?