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. Web Development
  3. ASP.NET
  4. Passing parameter of length more than 4000 in sql server 2000

Passing parameter of length more than 4000 in sql server 2000

Scheduled Pinned Locked Moved ASP.NET
helpsharepointdatabasesql-serversysadmin
2 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.
  • J Offline
    J Offline
    Jagz W
    wrote on last edited by
    #1

    i am using sql server 2000. i want to pass a string parameter to sp. my problem is when the length of parameter increase 4000 then i gives error. In 2005 sql server we can use nvarchar(MAX) but how we can increase the length in sql 2000

    One person's data is another person's program. --J.Walia

    C 1 Reply Last reply
    0
    • J Jagz W

      i am using sql server 2000. i want to pass a string parameter to sp. my problem is when the length of parameter increase 4000 then i gives error. In 2005 sql server we can use nvarchar(MAX) but how we can increase the length in sql 2000

      One person's data is another person's program. --J.Walia

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      probably by using a BLOB, I would think. One more reason not to use a version of SQL Server that's two versions out of date. this is, of course, not an ASP.NET question.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      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