首页 > 其他 > 详细

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

时间:2015-07-01 17:48:41      阅读:131      评论:0      收藏:0      [点我收藏+]

"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.

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

原文:http://www.cnblogs.com/facial/p/4613726.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!