标签: sql-server for-loop ssis etl
我有一个SSIS包,其中包含一个for循环容器,并且我有两个变量@counter和@counterlimit。
@counter
@counterlimit
我已分配:
1
180
@counter<=@counterlimit
循环运行良好,直到99,然后将@counter值重置为1,然后循环在180结束。
您为什么会这样?