Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How many rows were affected?
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01075860
Message ID:
01076041
Vues:
21
OK, it is late, but I will try to make sense. From what I understand you want to do this for each header table and its 41 child records, right?

Update HeaderTable set name=@name1 where id=@id1
--@@ROWCOUNT=1 at this point
Update ChildTable set name=@name1 where HeaderTableID=@id1
--@@ROWCOUNT=41 at this point
Ricardo A. Parodi
eSolar, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform