Hi all

I need to add a new field to a table in sql server 2012 which needs to be 6000 chars but which may expand in the near future.
I was thinking on making this a VARCHAR(Max) but am worried what will happen if it exceeds the 8k page limit.
Am I right to be concerned?
What should I take into consideration?

TIA