About 9,310,000 results
Open links in new tab
  1. Conversion failed when converting date and/or time from …

    Jan 2, 2013 · In my case this error message "Conversion failed when converting date and/or time from character string." showed up while trying to insert 'null' (string) into a nullable datetime …

  2. python - Temperature conversion Table - Stack Overflow

    Nov 8, 2020 · I need to write a program that displays Celsius to Fahrenheit temperature conversion in a table. Question - What is the correct way to print a specific index within a list. …

  3. sql - Conversion failed when converting the nvarchar value ... to …

    Feb 9, 2014 · Conversion failed when converting the nvarchar value 'abcd' to data type int. Solution - I had seen this kind of error before when I forgot to enclose a number (in varchar …

  4. sql server - SQL custom unit conversion - Stack Overflow

    Apr 3, 2014 · I am looking for a solution for a custom unit conversion in SQL, the database my company used is Microsoft SQL server, I need to write a SQL to return a conversion factor …

  5. Conversion failed when converting from a character string to ...

    Jan 6, 2014 · Conversion failed when converting from a character string to uniqueidentifier - Two GUIDs Asked 11 years, 11 months ago Modified 3 years, 8 months ago Viewed 419k times

  6. sql server - SQL : Currency Conversion from given currency to ...

    I have two tables, Table1 with amount , amountCurrency and destination currency and Table2 have the conversion rate(As mentioned in image conversation rate are in terms of USD) . …

  7. How do you model a table for unit conversion? - Stack Overflow

    Oct 18, 2010 · This table would also store cups in ounces, pounds, kg, grams, cm and all sorts of measurements. How do you do this? I was thinking about something like this: Amount | Units | …

  8. abap - Set Conversion Exit for dropdown values on INT4 field in ...

    Feb 13, 2025 · A Conversion Exit is an ABAP-based object which converts a value from its database format into display format, called respectively internal and external formats. For …

  9. sql server - SQL - Conversion failed when converting date and/or …

    Dec 28, 2020 · SQL - Conversion failed when converting date and/or time from character string Asked 4 years, 11 months ago Modified 2 years, 3 months ago Viewed 26k times

  10. Conversion between different units of measurement in SQL (in …

    Jan 14, 2009 · The user would have to provide you with the unit, and evey unit would have a type (weight, volume, etc.) Your "conversion table" would just need to include a baseline for every …