When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Convert exponential Number to non-exponential numbers... -...

    www.sqlservercentral.com/forums/topic/convert-exponential-number-to-non...

    1) if you try to convert numbers with negative exponent, the conversion from above will return Zero. 2) This conversion will not give you the exact number due to internal rounding errors. Example ...

  3. why my query returns scientific notation for a varchar field?

    www.sqlservercentral.com/forums/topic/why-my-query-returns-scientific-notation...

    My table has a column of varchar which contains 9 characters registration numbers, if I run a select query, I get the field showing as scientific notation like 1.2345E+008. After some googlings ...

  4. float value converting to exponential while inserting to varchar...

    www.sqlservercentral.com/forums/topic/float-value-converting-to-exponential...

    August 6, 2015 at 12:55 am. #319559. HI Champs, Am converting varchar field to float and summing using group by and next inserting to varchar field (table). while inserting float value it is ...

  5. SUM () returns exponent based value instead of 0

    www.sqlservercentral.com/forums/topic/sum-returns-exponent-based-value-instead...

    That same problem occurs when converting a decimal number to base-2. For example 2.96 is 2 plus 96/100. This means the numbers that are being added already have conversion errors introduced even ...

  6. Problem converting numbers from scientific fromat

    www.sqlservercentral.com/forums/topic/problem-converting-numbers-from...

    I tried to use cast or convert to numeric(12.3) or decimal, and then, 8.5000000000000006E-2 is displayed. ... this value displays in decimal form, not exponential. If the value is being retrieved ...

  7. Scientific number in varchar column – SQLServerCentral Forums

    www.sqlservercentral.com/forums/topic/scientific-number-in-varchar-column

    January 30, 2020 at 6:18 pm. #3721716. The original column is a varchar type. I want to convert the scientific number to a number without scientific notation (i.e. 38784939843) and I want the ...

  8. Exponential values conversion – SQLServerCentral Forums

    www.sqlservercentral.com/forums/topic/exponential-values-conversion

    Eirikur Eiriksson. I have this task to convert the Exponential values to numeric (20,15) format. The problem I am facing is the values range from. -0.85416345709443842 so basically its a mix of ...

  9. Reading Excel Data in exponential format - SQLServerCentral

    www.sqlservercentral.com/forums/topic/ssis-reading-excel-data-in-exponential...

    More actions. March 23, 2011 at 11:12 am. #1302617. SQL Server supports casting strings containing exponential notations to approximate data types: SELECT CAST('5.01217e+006' AS REAL) AS string_to ...

  10. Convert Scientific Notation to String - SSIS - SQLServerCentral

    www.sqlservercentral.com/forums/topic/convert-scientific-notation-to-string-ssis

    December 21, 2011 at 12:54 am. #1424061. Triality (12/20/2011) Haha, I forgot to map the new derived column to the table column. Looks like that method did work! I think that implicit conversion ...

  11. Need to change column type from decimal (18,2) to decimal (18,4)...

    www.sqlservercentral.com/forums/topic/need-to-change-column-type-from-decimal...

    Need to change column type from decimal(18,2) to decimal(18,4) on fairly big table. Forum – Learn more on SQLServerCentral