Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Concatenation of two large strings (more than 256 characters)

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-01 : 09:15:35
Carthi writes "Hi,

When I Concatenate two strings in MSSQL query using + sign, it is only returning only first 256 characters. Could you please let me know how to overcome this issues or are there any other methods."

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-04-01 : 09:48:53
Look in Query Analyzer for an Options menu (it's under the Tools menu in 2000), and look for a Results option. It will have a maximum column width setting that defaults to 256, just increase it to the number you need.

Go to Top of Page
   

- Advertisement -