Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Support for extended characters
Message
 
 
To
07/12/2009 12:15:09
General information
Forum:
Microsoft SQL Server
Category:
Database management
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01437826
Message ID:
01437926
Views:
25
>>I believe you need to use nvarchar(max) instead of the text. Try to add nvarchar(max) field to the tables and update it with the content of the current text field. Then you may start testing entering values into this field. Once you switch to nvarchar(max) it should work as expected with different languages.
>
>This works.
>
>The process of changing the field type was not working as this creates a timeout.
>
>I had to add a temporary field such as Notes2 as NVarchar(MAX). Then, I used an UPDATE command to update the new fields with the old field. Then, I removed the old field. Then, I renamed the new field to Notes. The process took 12 minutes.

Yes, that's how I would recommend approaching this problem.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform