I'm using SQL Server 2008 R2.
I'm concatenating strings together using "for xml path('')".
I have set the Tools->Options->SQL Server->Results to Grid options to max.
I have set the Tools->Options->SQL Server->Results to Text options to max.
Executing the query in Grid mode and copying the one row/one colum results, I see the return value is limited to 2034 characters.
Executing the query in Text mode and copying the one row/one colum results, I see the return value is limited to 1124 characters.
How can I ensure the returned value isn't truncated?