Results 1 to 4 of 4

Thread: SQL Server DataType > 8000

  1. #1
    Join Date
    Nov 2005
    Posts
    1

    Cool SQL Server DataType > 8000

    Is there a way to create a datatype other than varchar that is greater than 8000?

  2. #2
    Join Date
    Dec 2004
    Posts
    502
    Text or ntext.

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    Good news is sql2k5 supports 2gb char and varchar.

  4. #4
    Join Date
    Nov 2005
    Posts
    6
    Auto definition this value,SQL 2K is not hold out >8000
    dim @sql1 varchar(8000),@sql2 varchar(8000)...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •