MSSQL

SQL Error [2628] [S0001]: String or binary data would be truncated in table

아아네잔 2022. 6. 23. 15:24

SQL Error [2628] [S0001]: String or binary data would be truncated in table 'master.dbo.emp', column 'name'. Truncated value: 'Fitzpatric'.

 

컬럼크기보다 Insert 하려는 데이터 크기가 커서 발생...