Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can Stored Procedure take a Table as a Parameter
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Can Stored Procedure take a Table as a Parameter
Divers
Thread ID:
01547558
Message ID:
01547558
Vues:
72
Hi.
I want to pass a Table of Primary keys to a stored procedure, with the intention of selecting out ALL children related to All the Rows passed into the SP.
Something Like following in Stored Procedure:
Select * from @ParentTable join ChildTable on ParetPK = ChildFK
Just wondering is it possible to pass the ParentTable as a parameter to the Stored Procedure. Code examples would be appreciated
The ParentTable is the Parameter I want to Pass in
ChildTable is a SqlServer Table in a database

Tia
Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform