Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing type Text to Varchar(max)
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01520950
Message ID:
01520957
Vues:
48
>Hi,
>
>I came across an issue with Text type column that UPPER() function (that is used a lot in my app) does not work on Text but works on Varchar(max). Before I go ahead and change all my memo fields (in SQL Server) to Varchar(max), is there a downside of not using Text for memo? TIA.

The Text type has been deprecated in future versions so you have to get rid of that. There is a gotcha in the transition involving SQL Server's version of memo fields. You have to access them separately. If someone doesn't jump in and clarify that I can dig through my archives.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform