Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Problem with stored procedures

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-08 : 09:31:18
Pardeep writes "Hello there,

I have a stored procedure when executed, it executes several other stored procedures based on a transaction table. Now, when I run this stored proc in Query tool, it works fine. However, when I have sql agent running the proc every five minutes, it runs 1 out of 5 procs. But, when I run in query tool, it runs 5 out 5 procs. What is different with running it with query tool or sql agent? Am I doing something wrong?

Please advise ..

Thanks

Pardeep"
   

- Advertisement -