What is the max. number of characters in ntext?
Are there any way we can format the output of ntext? Or it will just come out as one long line?
Thanks.
Its just data of the following definition:ntext
Variable-length Unicode data with a maximum length of 2^30 - 1 (1,073,741,823) characters. Storage size, in bytes, is two times the number of characters entered. The SQL-2003 synonym for ntext is national text.
formatting is up to you after retrieving it from the database.
HTH, jens Suessmeyer.
http://www.sqlserver2005.de
No comments:
Post a Comment