I have two Columns in my SQL Table. One is DateTime and The other is Time
They are in the Format,
DateTime - 2012-04-05 16:58:56.000
and Time - 21:30:00.00000
I need to write a Query which will return a Column as - 2012-04-05 21:30:00.000
Can you Help me?