I have a column Date which is Datetime type. And I have an nvarchar column with the time inside. For example:
Date(datetime) Time(nvarchar)
----------- ----------
2010-06-08 00:00:00.000 17:30
How can I concatenate them to 2010-06-08 17:30:00.000 as a datetime object?