Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to convert FLOAT to INT in SQL Server2000

How to convert FLOAT to INT in SQL Server2000

Scheduled Pinned Locked Moved Database
databasesysadminhelptutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    ElCachubrey
    wrote on last edited by
    #1

    Hi all How to convert FLOAT to INT in SQL Server2000 When i use cast or convert function get this error Server: Msg 232, Level 16, State 3, Line 1 Arithmetic overflow error for type int, value = 2400000000.000000. The statement has been terminated. Thank

    K 1 Reply Last reply
    0
    • E ElCachubrey

      Hi all How to convert FLOAT to INT in SQL Server2000 When i use cast or convert function get this error Server: Msg 232, Level 16, State 3, Line 1 Arithmetic overflow error for type int, value = 2400000000.000000. The statement has been terminated. Thank

      K Offline
      K Offline
      Krish KP
      wrote on last edited by
      #2

      Max value for INT data type is 2147483647 Use BIGINT as the value you are trying to convert is more than the max value of INT

      Regards KP

      E 1 Reply Last reply
      0
      • K Krish KP

        Max value for INT data type is 2147483647 Use BIGINT as the value you are trying to convert is more than the max value of INT

        Regards KP

        E Offline
        E Offline
        ElCachubrey
        wrote on last edited by
        #3

        It is clear, but if i'm still needed to convert bigest value to more easy, is an way exists???

        K 1 Reply Last reply
        0
        • E ElCachubrey

          It is clear, but if i'm still needed to convert bigest value to more easy, is an way exists???

          K Offline
          K Offline
          Krish KP
          wrote on last edited by
          #4

          In SQL there are INT & BINT data types currently you are using INT instead user BIGINT

          Regards KP

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups