Avatar of bruno_boccara
bruno_boccara
Flag for France asked on

stored procedure calling others stored procedure

I have a stored procedure wich is calling a multiple of other stored procedure.

the problem is that I only want to get the result of this procedure and not the results of the other one (wich is a select)

SET NOCOUNT ON do not work in this case...

any help ?
Microsoft SQL Server

Avatar of undefined
Last Comment
Vitor Montalvão

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Brian Crowe

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
bruno_boccara

ASKER
that's what I found in other forum.
I tried to make an insert into Exec Proc and I got an error telling that it was not possible to do it when procedures are called into a procedure
Brian Crowe

I know for a fact that it can be done.  If you can share your code and the error you are receiving we can try and get to the bottom of it.
Vitor Montalvão

Please share your current code. It will help us to point you the necessary things to do to solve your issue.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck