cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sql server limitation for row data length

Former Member
0 Likes
714

we are facing a challenge while creating UDF in SAP B1 - sql server limitation for row data length (8KB)

Has anybody faced such problem before and is there a solution / work around for this problem.

Please require an urgent help.

Thanks and Regards,

Ashutosh

7838432014

View Entire Topic
Former Member
0 Likes

Hi,

It is due to multiple text column in particular table. Alternatively changing text column types to varchar(2000) will resolve this issue.

Regards

Jay