Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling stored procedures at a Trigger
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Calling stored procedures at a Trigger
Divers
Thread ID:
00434195
Message ID:
00434195
Vues:
43
Hi,

Anyone has made somthing like this, on a INSERT trigger:

IF UPDATE(myfield)
BEGIN
EXECUTE myStoredProc 1, (SELECT mySecondField FROM INSERTED)
END


SQL Server return error at the "(".

Any ideas?

Thanks,

Ricardo
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform