I have a very big DB (7 TB) with 1000's of tables, I have lots of Text and Image columns. I want to convert them all in blind to varchar(max), Varbinary(max),
should I expect ANY issue?
do I take any risk in doing so, and I should test it in depth beforehand?