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 |