Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果有人能就这个错误提出建议,我将不胜感激:
字符串或二进制数据将被截断。该语句已终止
我试图插入数据类型bigint允许的列NULL,但得到上述异常。即使我对此列的值是一位数字或 NULL,我仍然无法插入它。我应该将数据类型更改为nvarchar?可以在不更改数据类型的情况下处理此错误吗?
bigint
NULL
nvarchar
提前非常感谢!