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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -