Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change type from Text to Varchar(MAX)
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01486567
Message ID:
01486571
Views:
51
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform