I've got a database backup I've restored on several SQL 2005 DEV servers and am running the attached query on them.
For some it works, for some the query pukes and says:
Msg 8152, Level 16, State 13, Line 1
String or binary data would be truncated.
The statement has been terminated.
There has got to be something stupid that I'm missing. Anyone have any suggestions?
The Age field is an INT, and FOLIO2 is CHAR(1).
Thanks,