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)
 Stored procedure calling stored proc

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-05-03 : 16:50:23
tony writes "Hi,
is it possible to do something along the lines of:

Create Procedure usp_blah
AS
Select * from Blah Where Blah_ref in (usp_LookupType 'mopo','ref')

where usp_lookuptype is a stored procedure that returns more than one record?

thanks for your help

tony"
   

- Advertisement -