INF: SQL Server Does Use Floating Point Math Coprocessor

Last reviewed: April 25, 1997
Article ID: Q66753

The information in this article applies to:

  - Microsoft SQL Server version 4.2 for OS/2

SQL Server uses a special version of the emulator floating point package. This means that SQL Server will use the math coprocessor if it is present. SQL Server will emulate the math coprocessor if it is not present.

SQL Server only uses the math coprocessor for floating point operations ( contain express references to columns of the datatype FLOAT). All LOG, SIN, TAN, EXP, and co-related functions will utilize floating point math and take advantage of the math coprocessor.

By contrast, datatype MONEY is stored as a "double-precision" INT (8 bytes), not as a FLOAT (8 bytes). If you omit the dollar sign preceding a MONEY value, SQL Server will assume a default of FLOAT.

Descriptions of the math functions that perform calculations in floating-point math can be found in the "Mathematical Functions" section of the "Microsoft SQL Server Learning Transact-SQL" manual.


Additional query words: Optimization and tuning
Keywords : kbhw SSrvServer
Version : 4.2
Platform : OS/2


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.