Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameters
Message
De
19/08/1999 17:57:16
 
 
À
19/08/1999 07:09:58
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Divers
Thread ID:
00255188
Message ID:
00255564
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform