• Jeff Moden (7/29/2013)


    Eugene Elutin (7/29/2013)


    Jeff Moden (7/29/2013)


    Eugene Elutin (7/29/2013)


    Solomon Rutzky (7/27/2013)

  • 23847234872893475983479583749583749573945739 is all digits, is a valid number, but is NOT convertible to any SQL Server number types as it is larger than 38 digits
  • ...

    You can convert it to float (with lose of some precision ;-))

    select cast('23847234872893475983479583749583749573945739' as float)

    Considering that FLOAT only has 15 digits of precision, it'll be a pretty big loss. 🙂

    I wouldn't call 1.32% a such "big loss" :hehe:

    However you are right! It does depend! If this loss constitutes my interest in £ - I would probably die from heart-attack 😀

    Heh... absolutely agreed but wasn't talking about the loss in "value" of the number. Was talking about the number of digits that would be lost when trying to determine if a long string could be checked for "IsAllDigits".

    Hmm. I thought I had tested that one using CONVERT and that it errored, but I tried again and it worked. Thanks for mentioning that.

    I agree that the loss of precision (i.e. rounding up) is non-ideal but seems to happen with the decimal types: MONEY, SMALLMONEY, DECIMAL / NUMERIC. So not a true conversion in the sense of being able to convert it back to the exact same string, but technically it does fit into the datatype. So it still fits into what I was saying regarding the need to determine if the value expressed in the string is really a number with respect to the end purpose of that number.

    Take care,

    Solomon..

    SQL#https://SQLsharp.com/ ( SQLCLR library ofover 340 Functions and Procedures)
    Sql Quantum Lifthttps://SqlQuantumLift.com/ ( company )
    Sql Quantum Leaphttps://SqlQuantumLeap.com/ ( blog )
    Info sitesCollations     •     Module Signing     •     SQLCLR