On my production sql server(sql server 2000, SP4), I have a table with column like
xyz varchar(2000)
Q1: I guess the max size a varchar data-type can have is 8000 ??
Q2: How can I increase the size of the column that has data in it?
Q3: Can I change it to CHAR type? as the column is going to have then 20,000 characters.
Thanks
xyz varchar(2000)
Q1: I guess the max size a varchar data-type can have is 8000 ??
Q2: How can I increase the size of the column that has data in it?
Q3: Can I change it to CHAR type? as the column is going to have then 20,000 characters.
Thanks