由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Arithmetic overflow error converting expression to data type float
相关主题
pass parameter from stored procedure to SSIS怎么找工作啊?
如何从一个Stored Procedure中实时返回运行信息DB2 Stored Procedure Error Handler
请教sql server 2005,怎样在固定时间run stores procedure【急!!!】t-sql EXP()函数溢出一问
怎么样提高SQL SERVER的编程水平?SQL debug step into a store procedure from another one (转载)
求建议,要面没有project经验,但自学了的东西 (转载)Looking for a mid-level SQL Server Developer, NJ
开班了SSIS import and export wizard 搞不定了
求被“开班”培养!请问sql server里面怎么输出变量到文本文件?
德州招SQL DeveloperWhat does the error mean when I open a SSIS package?
相关话题的讨论汇总
话题: arithmetic话题: error话题: converting话题: type话题: overflow
进入Database版参与讨论
1 (共1页)
B*********L
发帖数: 700
1
大家帮忙看,我有一个非常直接query,就是select ... from xxx,但是超过1000行,
每行都有数学公式,我每小时run一次,现在时常有下面这个error:
Arithmetic overflow error converting expression to data type float
我不知道是哪一行的毛病,大家遇到这样的情况怎么办?
j*****n
发帖数: 1781
2
笨点的方法就是用排除法,先comment out 前2-300 行,如果不出错,问题就出在前2-
300行得code里面... vise versa...
找到出问题的公式,再检查数据好了。是不是用除法可是分母为零了什么的。
B*********L
发帖数: 700
3
多谢了。我的数据是每小时更新一遍,现在把前面出错的几个小时的数据都存下来,但
是无论是直接run query还是把query放在stored procedure 里面,都没error.
只有用ssis task 执行这个stored procedure 才会出error.难道STORED PROCEDURE 用
SSIS RUN的时候有什么不同吗?

2-

【在 j*****n 的大作中提到】
: 笨点的方法就是用排除法,先comment out 前2-300 行,如果不出错,问题就出在前2-
: 300行得code里面... vise versa...
: 找到出问题的公式,再检查数据好了。是不是用除法可是分母为零了什么的。

j*****n
发帖数: 1781
4
are you passing/return one or more variables into/from your ssis execute sql
task?
if so, compare the data type of the variable and the data type you specified
in parameters/results.

【在 B*********L 的大作中提到】
: 多谢了。我的数据是每小时更新一遍,现在把前面出错的几个小时的数据都存下来,但
: 是无论是直接run query还是把query放在stored procedure 里面,都没error.
: 只有用ssis task 执行这个stored procedure 才会出error.难道STORED PROCEDURE 用
: SSIS RUN的时候有什么不同吗?
:
: 2-

1 (共1页)
进入Database版参与讨论
相关主题
What does the error mean when I open a SSIS package?求建议,要面没有project经验,但自学了的东西 (转载)
Issue with SSIS export to a flat file and to importy as well开班了
在学SSIS时, 遇到...求被“开班”培养!
Stored Procedure?德州招SQL Developer
pass parameter from stored procedure to SSIS怎么找工作啊?
如何从一个Stored Procedure中实时返回运行信息DB2 Stored Procedure Error Handler
请教sql server 2005,怎样在固定时间run stores procedure【急!!!】t-sql EXP()函数溢出一问
怎么样提高SQL SERVER的编程水平?SQL debug step into a store procedure from another one (转载)
相关话题的讨论汇总
话题: arithmetic话题: error话题: converting话题: type话题: overflow