Scientific Notation on float datatype

  • I changed my SQL Server 2000 from an Italian version (sp3) to an English version (sp4).

    Now if i make a select avg(z) as x from table (where z is float) the result is a number with scientific notatio 1,123456E+48

    When i used italian version it looks like 112,3456.

    Someone known why?

    Thanks, Thomas

  • I really don't know, perhaps there is some differences in language settitngs or the windows locale settings..?

    Is this what you see in QA or in some other app? The use of a comma instead of dot for decimalpoint suggests that it may be some display conversion involved..

    Though just guessing.

    /Kenneth

  • I usually use vb script inside asp but i tried also with QA and results are the same (scientific notation with english version, comma with italian version).

    There is no custom windows locale settings (I used default settings: comma as decimal separator in italian settings and dot in english version)...

    Thanks, Thomas

     

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply