Re: Saving DateTime to Sql Server 2005
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Yes, I can round to a lower point of accuracy, however the .Net
rounding in Math doesn't seem to round the same way Sql server does...
which is what lead me to post to begin with. Ideally I'd like to mimic
the rounding sql server does, but it seems easier just to lose some
accuracy.
.
Relevant Pages
- Re: prePEP: Decimal data type
... I think it's a good thing that you're forced to round ... >is about rounding rules and it's quite easy to avoid the "fail to meet the ... ISTM these things are 'way beyond the concern of a math package per se, ... for the meaning of "context" in this PEP context, ... (comp.lang.python) - Re: Math.Round and SQL Server Round
... > I'm trying to determine the best approach for rounding in an application ... Unfortunately it appears as though SQL Server and VB.NET round ... To Cause VB to round in a normal way take the int of +.5 so for the numbers ... DECLARE @Num as Numeric ... (microsoft.public.dotnet.languages.vb) - Re: Math.Round and SQL Server Round
... > I'm trying to determine the best approach for rounding in an application ... Unfortunately it appears as though SQL Server and VB.NET round ... To Cause VB to round in a normal way take the int of +.5 so for the numbers ... DECLARE @Num as Numeric ... (microsoft.public.sqlserver.programming) - Re: Math.Round and SQL Server Round
... >>I'm trying to determine the best approach for rounding in an application ... Unfortunately it appears as though SQL Server and VB.NET round ... >Declare @Dig2 as Integer ... (microsoft.public.dotnet.languages.vb) - Re: Math.Round and SQL Server Round
... >>I'm trying to determine the best approach for rounding in an application ... Unfortunately it appears as though SQL Server and VB.NET round ... >Declare @Dig2 as Integer ... (microsoft.public.sqlserver.programming) |
|