SQL Server Forums - Maximum length is 128 error message
This is sying that your statement is an identifier (like a table name) which has a maximum length of 128 chars. This usually happens if you use " instead of ' as a string terminator. It is probably not failing on the statements given here. Try commenting ...