How to resolve the Error "result of string concatenation is too long"
We have an analysis query written which fetched the concatenated description of all the invoices against a payment.
Each description consists of 45 characters. If 1000 invoices are paid against a single check then the length od description field becomes 4500.
It might be so that I am getting the error due to the same. I am not really sure though. I wish to know how do I over come this error.