TSQL to combine a date field and a time field
Posted
by justSteve
on Stack Overflow
See other posts from Stack Overflow
or by justSteve
Published on 2010-05-25T11:21:02Z
Indexed on
2010/05/25
11:31 UTC
Read the original article
Hit count: 159
tsql
Using logparser to import IIS logs to a db results in one column that has the date value and a second field for time:
2010-05-25 00:00:00.000 2010-01-01 11:11:58.000
I'd like to code an INSERT AFTER trigger that combines the 2 fields.
© Stack Overflow or respective owner