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
I develop an add-in for SSMS - "SSMSBoost" and have recently added "Copy cell contents 1:1" feature (accessible in context menue of Grid). It will return you all data from the cell without any modifications and without truncating.