Procedure missing to execute [message #407750] |
Thu, 11 June 2009 07:12  |
rtnataraj
Messages: 102 Registered: December 2008
|
Senior Member |

|
|
Hi all,
I have a list of procedures which does some comparision of two tables and logs the difference in a report table.
I have a master procedure too, for calling all the other procedures.
While executing my master procedure, some time one or two procedures are missing to execute.
I can't figure out what's the problem and how these procedures are missed from the execution.
help me.
regards,
Nataraj
|
|
|
|
|
|
Re: Procedure missing to execute [message #407771 is a reply to message #407766] |
Thu, 11 June 2009 08:53   |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
If you think the replies you are getting aren't very helpful, it's because you have given us nothing to work with.
All you have provided is your understanding of the situation, and as the situation makes no sense to you, what you have described makes no sense.
Do you get any error messages?
Can you show us the structure of your code?
Does your code do anything with dynamic SQL or is it all hard coded?
|
|
|
|
|
|
|