Greetings from Greece,
I want to change the maximum size of a column with varchar datatype (from 1000 to 2000 characters). When I use the Enterpise Manager, the generated script recreates the table, storing the data in a temporary table etc.
Why does this happen? I have tried to do that with the alter column statement and I observe no data loss.
Is there any explanation?
Thanks in advance