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. MySQL
  4. Convert nvarchar(max) to mysql data type

Convert nvarchar(max) to mysql data type

Scheduled Pinned Locked Moved MySQL
databasemysqlsql-serverhelp
1 Posts 1 Posters 4 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.
  • K Offline
    K Offline
    keniagm
    wrote on last edited by
    #1

    Hello everybody! I've migrated my mssql database to mysql using SQLWays. In my stored procedures I use several variables which are supposed to hold a great amount of data so I declared them in mssql as nvarchar(max), however in mysql they are migrated as NATIONAL VARCHAR(4000), which obviously limits them to hold up to 4000 characters, so my code doesn't work as I need it to. What I need to know is the right data type to use so that I can achieve the great amount of data storage. If someone can help me out with this, I will really appreciate it. Thanks in advance,

    Kenia

    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