Onega

a lot of VC++ posts, a few C# posts, and some miscellaneous stuff

Wednesday, March 29, 2006

float to datetime in SQLServer

output of the following are identical
select dbo.float2datetime(38804.619851774689)

select dbo.float2datetime(38804.619851774703+0.0000000134)

but 0.0000000135 would make difference

0 Comments:

Post a Comment

<< Home