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
 Import/Export (DTS) and Replication (2000)
 Passing complex structures to stored procedures

Author  Topic 

marijana
Starting Member

1 Post

Posted - 2002-08-04 : 08:38:45
Is there a way to pass complex structures (like arrays or kind of recordsets) to stored procedures as a parameters? I want to insert n rows from other application, and I would like to awoid calling same sp in a loop!
Thanks



Edited by - marijana on 08/04/2002 08:39:53

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-08-04 : 08:50:12
This should get you started:

http://www.sqlteam.com/item.asp?ItemID=2652

Go to Top of Page
   

- Advertisement -