Microsoft
Software
Hardware
Network
Question : sql2000 changing float field to repeating decimal
I have a field in a sql200 table defined as float. When I use a DTS package to read the table and output a text file, it sometimes changes the decimal amount as follows:
14.30 will become 14.299999999
but
14.50 stays 14.50
How can I stop the change of data?i
Answer : sql2000 changing float field to repeating decimal
Can you not define the field as a decimal?
Gary
Random Solutions
invalid case exception occurred, specified cast not valid.
stop error 0x000000d1 (0x00000000, 0x00000002, 0x00000000, 0x00000000) DRIVER_IRQL_NOT_LESS_OR_EQ<wbr />UAL
Exchange 2007 Storage Groups
Combo Box Events
Outlook voting button no response summary
Using a geometry type check constrint in sql sever 2008
Hide root node in Menu using xmldatasource
My App can't find Crystal Decisions DLL after it is moved to another computer.
DSUM - to calculate a running total???
What are ROLLUP and CUBE commands in SQL Server 2000 ?