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

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-05-22 : 09:19:47
Nic writes "I need a stored procedure that will return a recordset. The stored procedure has to accept 1 to 3 product name values. These string values then need to be used to gather data from a child table containing their id's and their search category id's. Only records that exist for all the values should be returned. So if 2 products are supplied, data that exists for both products should be returned. This is for a multi fields search facility in a web page."
   

- Advertisement -