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)
 Paasing Table as Parameter

Author  Topic 

Rohit Sahu
Starting Member

1 Post

Posted - 2013-10-04 : 06:59:15
Hi , I m new in sql server programming.i want to know how we can send a table as permeter to a user defined fuction in Sql Server 2000.I just want to send table to procedure so that procedure will perform defined action on that table.Kindly help me.

Rohit Sahu

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-10-04 : 07:43:29
Table values parameters are supported only from SQL 2008. You need to use any of the below methods to send a table of value as parameter on sql 2000

http://www.sommarskog.se/arrays-in-sql-2000.html

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -