Page 1 of 1

what's Error Message???

Posted: Mon 21 Feb 2005 16:17
by kojos
"Query Must Return exactly one result set"

example) select * into #tmp from #tmp
select * from #tmp
drop table #tmp

SDAC version 2.74

Posted: Tue 22 Feb 2005 12:11
by Ikar
Try to use a sequence Execute/OpenNext to execute this query.