I doubt it is too large for the ntext type (it has a max length of 1,073,741,823 characters).
The problem is probably just that Query Analyzer only displays a certain number of characters for long char data. You can set this by going to Tools -> Options (Results tab) and setting the "Maximum characters per column".
--James