Hi,
I was creating UDF in the marketing documents (Title) as follows:-
Title is Deliverto ,
Description is Deliver To
Type is Alphanumeric
Length is 30
Structure is Regular
But when I press ADD Button i got the following message "Internal Error(1)occurred Message 131 -183,can someone tell me what will be a problem and if there is any solution on this?
Regards
Grayson
Grayson,
The error seems to be related to Row size in SQL Server.
Are you using SQL 2000?
Click on the link below and read the thread as it also related to the same error.
Error in defining the User Defined Fields
Suda
Grayson,
Since you are getting the Max row size error, The option you are left with is to reduce the size of some of your other User fields if possible. (I think you cannot reduce the size of a field once created so you have to delete the User field and recreate a new one of a smaller length/size.) Also try avoiding Address Type and Text type fields as these tend to occupy a lot of space.
Otherwise you will have to Upgrade to SQL 2005.
Sorry, thats all I have to offer.
Suda
Add a comment