sql server - Edit Rows grid: string or binary data would be truncated -


i trying change "y" "n" in column. have changed value in several rows, 1 specific row throwing error.

here error:

the data in row 170 not committed.
error source: .net sqlclient data provider.
error statement: string or binary data truncated.
the statement has been terminated.

what row causing error?

changing 'y' 'n' shouldn't cause problem.

check table trigger might sending data table truncate occurring on field.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -