Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loop through a result set
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
01116848
Message ID:
01116883
Vues:
16
Take a look at Re: How to derive the result set using SQL Statement Message #920889 and Re: String search in all tables?? Message #1065665 for an alternative.

>How do I loop through a result set using T-SQL?
>
>Something like this pseudo code:
>
>SELECT pk from mytable where fk = @fk
>
>foreach_row_in_result_above
>{
>  do something with the fk from the row (pass fk to another SP)
>}
>
>
>Any help would be appreciated.
>
>Thanks,
>Einar
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform