
adding the date part of datetime to the time part of datetime
PAN,
Sure can. There might be other methods, but I'd do it through converting to
characters:
--
Tibor Karaszi, SQL Server MVP
Please reply to the newsgroup only, not by email.
See Neil Pike's FAQ at: http://www.ntfaq.com/Articles/Index.cfm?DepartmentID=800
Quote:
> How can I do this?
> For example:
> Datetime1 = 09/01/2000 00:00:00
> Datetime2 = 01/01/1900 15:25:00
> and what I want to get out is: Result = 09/01/2000 15:25:00
> Thanks for any helps,
> PAN