dbTalk Databases Forums  

SQL Memo datatype

microsoft.public.sqlserver.server microsoft.public.sqlserver.server


Discuss SQL Memo datatype in the microsoft.public.sqlserver.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jason Huang
 
Posts: n/a

Default SQL Memo datatype - 12-30-2005 , 09:12 PM






Hi,

In SQL Server 6.5 we have a datatype Memo, do we have the same datatype in
SQL Server 2000?
Thanks for help.


Jason



Reply With Quote
  #2  
Old   
Adam Machanic
 
Posts: n/a

Default Re: SQL Memo datatype - 12-30-2005 , 09:25 PM






The closest eqivalent would be TEXT. But if your maximum data size is
smaller than 8000 characters, I recommend instead using VARCHAR.


--
Adam Machanic
Pro SQL Server 2005, available now
http://www.apress.com/book/bookDisplay.html?bID=457
--


"Jason Huang" <JasonHuang8888 (AT) hotmail (DOT) com> wrote

Quote:
Hi,

In SQL Server 6.5 we have a datatype Memo, do we have the same datatype in
SQL Server 2000?
Thanks for help.


Jason




Reply With Quote
  #3  
Old   
Tibor Karaszi
 
Posts: n/a

Default Re: SQL Memo datatype - 12-31-2005 , 01:22 AM



Quote:
In SQL Server 6.5 we have a datatype Memo
There's no such datatype in 6.5. So either you have a user defined datatype that you named "Memo",
or you are confusing your 6.5 installation with some other DBMS.

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/


"Jason Huang" <JasonHuang8888 (AT) hotmail (DOT) com> wrote

Quote:
Hi,

In SQL Server 6.5 we have a datatype Memo, do we have the same datatype in SQL Server 2000?
Thanks for help.


Jason



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.