hi when i try to execute below query,the follwing error occurs,please help how to fix this issue.Msg 8164, Level 16, State 1, Procedure Mis_allocation_T2_T1_sp, Line 77An INSERT EXEC statement cannot be nested.declare @test table(sub_group varchar(100),cust_code_out varchar(20),cust_name_out varchar(60),cost_center_out varchar(20),head varchar(50),head_type varchar(100),aviation_out numeric(13,8),non_aviation_out numeric(13,8),sas_out numeric(13,8),sub_total_out numeric(13,8),bpo_out numeric(13,8),crm_out numeric(13,8),grand_total_out numeric(13,8),label_out varchar(100),company_code_out varchar(10),currency_code_out varchar(10),account_code_out varchar(20),fb_id_out varchar(20)) insert into @test(sub_group,cust_code_out,cust_name_out,cost_center_out,head,head_type,aviation_out,non_aviation_out,sas_out,sub_total_out,bpo_out,crm_out,grand_total_out,label_out,company_code_out,currency_code_out,account_code_out,fb_id_out)exec Mis_allocation_main_sp 'All','All','01 apr 2009','30 jun 2009','USD','All','ALL'