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)
 SP RS Call

Author  Topic 

pizzojm
Starting Member

20 Posts

Posted - 2001-12-06 : 16:39:39
Hi-

Let me reword my earlier question... All i want to know is if there is a way and how to call a stored procedure from a stored procedure and have the result included in the record set?...

Thanks, an example would be helpful if possible.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2001-12-06 : 19:19:55
Unless you can calculate the handling cost in a single SELECT statement, and include it in your original SP, the advice Helena gave you here:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=11221

is the only way to do it.

Go to Top of Page
   

- Advertisement -