hi all,
i'm running a script which picks pieces of information from a few tables and stores them in local variables. then it inserts the information in the variables (per record)as a new record into another table.
it worked perfectly in SQL 2005, i tried to use it in SQL 2000 and it gived the following error
Server: Msg 8152, Level 16, State 2, Line 38
String or binary data would be truncated.
The statement has been terminated.
line 38 is :
INSERT INTO webuser
does anyone have an idea of what could be wrong?
i'm running a script which picks pieces of information from a few tables and stores them in local variables. then it inserts the information in the variables (per record)as a new record into another table.
it worked perfectly in SQL 2005, i tried to use it in SQL 2000 and it gived the following error
Server: Msg 8152, Level 16, State 2, Line 38
String or binary data would be truncated.
The statement has been terminated.
line 38 is :
INSERT INTO webuser
does anyone have an idea of what could be wrong?