Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Support for extended characters
Message
 
 
À
07/12/2009 12:15:09
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01437826
Message ID:
01437926
Vues:
26
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform