If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > data type

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-27-03, 23:10
landings landings is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
data type

Hi, I need to desgin a table to store the information about some comments. People can write a comment for about 500-1000 words. What data type should I use? varchar? I am using MSSQL 2000. What's the maximum length of varchar? Thank you for your help!
Reply With Quote
  #2 (permalink)  
Old 12-28-03, 14:33
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
varchar is your best choice - the limit is 8000. What is the maximum size of the remaining columns in the table ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On