Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change type from 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:
01486567
Message ID:
01486571
Vues:
49
>Hi,
>
>I want to change the type of columns from Text to Varchar(MAX) and from Varchar(600) to Varchar(MAX). If I do so in the SSMS, could I lose some data? And if so, what is a better way to change the type of those columns (in an existing database).
>
>TIA.

You will not lose data. If you can afford it, I suggest to create a separate field, update it with the data, then drop the text field and rename the new field.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform