tsql - SQL Server 2000 - How do I alter a column from text to ntext? -


i'm trying alter table signatures alter column html ntext; cannot alter column 'html' because 'text'.

how go altering column?

or rename html htmlold , create new column html ntext. update new column data html old, drop htmlold column.

(incidentally when move away sql server 2000, need start getting rid of these text , ntext columns deprecated , not available in next version of sql server.)


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -