Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can we pass/retrieve arrays?

Status
Not open for further replies.

maddog71

Programmer
Sep 5, 2000
1
JP
I'd like to know if we can pass an array as a parameter to a stored procedure and recieve an array from that same stored procedure and if so how would you go about coding that in the stored procedure???
 
I'm not aware of an array construct within Transact SQL. You may want to look into creating a temporary table instead.

Regards...Marc
Independent Software Consultant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top