Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters
Message
From
19/08/1999 17:57:16
 
 
To
19/08/1999 07:09:58
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Miscellaneous
Thread ID:
00255188
Message ID:
00255564
Views:
13
SQL Server doesn't support array structures. If there's a finite number of parameters you could supply them directly. I think a store procedure can have a maximum of 1024 parameters (you should check that number).

Another option would be to create a temporary table, fill it, and then have the stored procedure reference it.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform