Cause: A SELECT...INTO statement returned more rows than can be stored in the host variable provided.
Action: There are three possible solutions:
Use the precompiler option SELECT_ERROR=NO.
Declare a host variable with a larger array dimension.
Declare a cursor or cursor variable for the select statement.
就是在select into的赋值语句中返回多行(超过1夯)
数据库升级到SQL2008
R2
SP1版本就可以了,可以分2个步骤,先升级到SQL
2008
R2,这时的版本号为10.50.1600,这时你可以先还原一下试试,如果可以,可以暂时不升级sp1。如果不行就继续升级到sp1,版本号为10.50.2500。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)