Home Forums SQL Server 2005 T-SQL (SS2K5) Conversion failed when converting the varchar value '12.00' to data type int. RE: Conversion failed when converting the varchar value '12.00' to data type int.

  • 12.00 is not an integer. so you can convert this value to an int.

    if it is 12 then you can do it.:hehe: