How do you get back the full content of rows in SQL Server Management Studio?
If you use "results to grid" the data is encoded, so things like line breaks are lost. If you do "result to file" or "results to text" the text is limited to 8192 characters.
NOTE: I have the solution, but I am using SO to document this. If you have a better answer feel free to post it.