Copy cell data from Results Grid 1:1 (preserving line breaks)

If SQL Query outputs long strings of data (for example from TEXT, NTEXT, VARCHAR or NVARCHAR fields) SQL Server Management Studio truncates them when outputting to Results Grid. Using the native CTRL+C command will result in copying a truncated string to clipboard
SSMSBoost solves this problem with "Copy current cell 1:1" command. To use this feature select the cell you want to view/copy, open context menu and click "Copy current cell 1:1" - full data will be copied to clipboard without any modifications.

SSMS Results Grid copy original cell contents