I have a table in SQL SERVER that has several columns. One of this column had type: VARCHAR(1000). But I want to change it to VARCHAR(MAX).
How to I do this with execute a query?
I have a table in SQL SERVER that has several columns. One of this
Share
You can use something like: