Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Description field with formatting preserved
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01293072
Message ID:
01293079
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I have a description field which is currently either varchar or char. I would like to use this field for rich text formatting. What should I choose for the type of the field, how can I transfer the existing data and what else should I consider?
>
>Thanks in advance.

varchar(max) is appropriate. All RTF codes are just strings.
And I suggest varchar(max) just to be sure that you'll have enough space to keep that file.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform