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.
Author |
Topic |
mmccardle
Starting Member
43 Posts |
Posted - 2012-03-06 : 16:12:01
|
I'm trying to concatenate two database table fields using the '+' operator. One field is an NVARCHAR(40), the other is NVARCHAR(255). Every way I try to combine the two fields, the result is always 40 characters. How do you concatenate two fields without this limitation? |
|
X002548
Not Just a Number
15586 Posts |
|
X002548
Not Just a Number
15586 Posts |
|
mmccardle
Starting Member
43 Posts |
Posted - 2012-03-06 : 16:36:11
|
Nevermind, it was a problem in the Crystal Report :) |
 |
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|