An INSERT EXEC statement cannot be nested error.
- From: "Scarab" <pest9998@xxxxxxxxxxx>
- Date: Mon, 28 Nov 2005 14:45:53 +0800
Hi,all,
When I use following sql, an error occurs:
insert into #tmprep
EXECUTE proc_stat @start,@end
There is a "select * from #tmp " in stored procedure proc_stat, and the
error message is :
Server: Msg 8164, Level 16, State 1, Procedure proc_stat, Line 42
An INSERT EXEC statement cannot be nested.
What's the metter? Any help is greatly appreciated. Thanks
.
- Follow-Ups:
- Re: An INSERT EXEC statement cannot be nested error.
- From: Erland Sommarskog
- Re: An INSERT EXEC statement cannot be nested error.
- From: Jens
- Re: An INSERT EXEC statement cannot be nested error.
- Prev by Date: Re: Strange Performance question
- Next by Date: Re: Save your world
- Previous by thread: Strange Performance question
- Next by thread: Re: An INSERT EXEC statement cannot be nested error.
- Index(es):
Relevant Pages
|