G
Guest
I'm working with a former developer's SQL Server database using an adp. For
unknown reasons, the developer chose to concatenate date & time in the Date
field of a critical table. My query needs to only pull out the Date part and
discard time, but I can't find a function that will work for this. DATEPART
would be proper but none of the intervals I'm aware of will pull it out in
MM/DD/YYYY format.
Any ideas?
Randall Arnold
unknown reasons, the developer chose to concatenate date & time in the Date
field of a critical table. My query needs to only pull out the Date part and
discard time, but I can't find a function that will work for this. DATEPART
would be proper but none of the intervals I'm aware of will pull it out in
MM/DD/YYYY format.
Any ideas?
Randall Arnold