bradhiggins
Technical User
- Sep 24, 2003
- 43
Hey all,
I have a job tracking database designed so our work can track jobs done for clients.
I have a table with a Description field that is set to VARCHAR(30000) as oftern we keep a job open for a month and just keep adding to it and descriptions get quite lenghty and involved.
When I am conducting a database insert on some of the more larger descriptions I get the following error :
Dynamic SQL Error
SQL error code = -104
token size exceeds limit
Is there a way I can split the description insert into smaller tokens, or enlarge the token size or anything to get around this error.
Cheers
Brad
I have a job tracking database designed so our work can track jobs done for clients.
I have a table with a Description field that is set to VARCHAR(30000) as oftern we keep a job open for a month and just keep adding to it and descriptions get quite lenghty and involved.
When I am conducting a database insert on some of the more larger descriptions I get the following error :
Dynamic SQL Error
SQL error code = -104
token size exceeds limit
Is there a way I can split the description insert into smaller tokens, or enlarge the token size or anything to get around this error.
Cheers
Brad