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 procedures

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-09-08 : 07:23:12
Marius writes "Do you know how I can pass an array of variables to a stored procedure?

For example I have a "wrapper type" stored procedure that calls a first "sub-procedure" to update some user information, and then I have second "sub-procedure" has to insert 2 or 3 records of data in another table.

Any ideas?"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2003-09-08 : 07:23:57
http://www.sqlteam.com/SearchResults.asp?SearchTerms=csv

There are a bunch of methods to use CSVs for this purpose.
Go to Top of Page
   

- Advertisement -