您的位置:首页 > 其它

Server Job: error: String or binary data would be truncated. The statement has been terminated.

2015-07-01 17:03 435 查看
"String or binary data would be truncated. The statement has been terminated" most probably means that the size of value you want to insert is larger than column size.

According to money and smallmoney (Transact-SQL), the range of money is from -922,337,203,685,477.5808 to 922,337,203,685,477.5807.

When you got the message, please check size of every parameter and make sure they are in the range of corresponding field.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: