gstarsaini
Ten Centuries
Points: 1010
More actions
April 2, 2014 at 9:08 am
#306040
What actually happens when I convert date to float?
Select convert(float,getdate(),112)
gsc_dba
SSCertifiable
Points: 5407
April 2, 2014 at 9:34 am
#1702526
You get a float value that is n days since Jan 01 1900 00:00:00
SELECT CONVERT(DATETIME,41729.6878646605 )
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply