Sql server reminder 8152 error: Truncating string or binary data

As shown in the figure:

Reason: Due to insufficient length of a field in the database

	SELECT
	LEN('0000-.xlsx'),
LEN('ff6d34c1addb42f88a7958bec6eb8b32-0000.xlsx'),
LEN('application / vnd.openxmlformats-officedocument.spreadsheetml.sheet'),
LEN('2022-10-17 10:05:31.737'),
LEN('D:/GUOHUA_DATA_STORAGE/ZJBH/2022ff6d34c1addb42f88a7958bec6eb8b32-0000xlsx'));

2. Corresponding database field size, modify length.