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)
 Passing a comma delimited string to a stored procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-11 : 01:01:43
Jay writes "Hi,

Is there any way I can pass a comma delimited string to a stored procedure, then split it in the stored procedure as an array and then put the seperated values into variables. I wan't to so this so that I can use do a select on multiple criterias (there is no upper bound value on the number of criteria).

Thanks"
   

- Advertisement -