About 534 results
Open links in new tab
  1. float value truncated (no more than 4 decimals)

    Jun 25, 2010 · Question : decimal data type is deprecated but seems to preserve the precision. float data type, by default uses maximum accuracy (equivalent to float (53), 53 is n is the …

  2. SSIS conversion question: Why does SSIS maps Oracle NUMBER to …

    Jun 12, 2013 · The Oracle NUMBER data type stores zero as well as positive and negative fixed numbers with absolute values from 1.0 x 10-130 to but not including 1.0 x 101+26. On the …

  3. find amounts with more than 2 decimal places in a float type column

    Sep 30, 2010 · When you change from float to money the value will be rounded. In order to find number of decimals after . convert value to varchar (100) and then get values after the . …

  4. DATETIME to FLOAT then FLOOR - social.msdn.microsoft.com

    May 17, 2011 · it depends which version of SQL server you have. If you have SQL server 2008 or later and then you can do just like this: Select cast ('2011-05-11 20:51:51.463' as date) …

  5. Sql return parameter as float using cmd.Parameters.AddWithValue?

    Oct 20, 2021 · When I used cmd.Parameters.Add, visual studio shows the warning saying this is now obsolete and to use AddWithValue instead. So I did, however on one of my sql command …

  6. Float vs float, String vs string - social.msdn.microsoft.com

    Oct 7, 2021 · Question 0 Sign in to vote User1052662409 posted what is the difference between Float and float OR String vs string, Double vs double and what is the relation between float …

  7. Arithmetic overflow error converting expression to data type …

    Jan 25, 2011 · Links for SQL Server Books Online: SQL 2008, SQL 2005 and SQL 2000. (Just click the link you need.)

  8. Argument data type varchar is invalid for argument 1 of …

    Mar 10, 2015 · Msg 8116, Level 16, State 1, Line 9Argument data type varchar is invalid for argument 1 of formatmessage function.

  9. Conversion failed when converting datetime from character string.

    May 6, 2011 · Msg 242, Level 16, State 3, Line 2The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. What is the format of datetime in your …

  10. Encrypt Column (Full text Search) - social.msdn.microsoft.com

    Nov 17, 2014 · The column XML_DATA is configured with Full Text Search and the datatype is TEXT (Is wrong, i now). In this column information is stored in XML format.