I need to take a DATETIME column (Column A) that contains only a date, then add a VARCHAR(5) column (Column B) which contains a 24-hour representation of a time (i.e. 13:30) and combine them to get a valid DATETIME to be used in a DATEDIFF command.
So for example, Column A contains 2019-06-27 00:00:00.000 and Column B contains 13:30. The result should be 2019-06-27 13:30:00.000