Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling stored procedures at a Trigger
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Calling stored procedures at a Trigger
Miscellaneous
Thread ID:
00434195
Message ID:
00434195
Views:
42
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
Next
Reply
Map
View

Click here to load this message in the networking platform