Microsoft KB Archive/42628

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

INF: Using Built-In Functions with Triggers ID Number: Q42628

1.10 1.11 4.20 OS/2

Summary:

A trigger cannot execute C routines directly, but a trigger can call stored procedures as subroutines. In SQL Server version 4.2, a trigger can call a remote stored procedure; therefore, it is possible to execute a C routine as an RPC via Open Data Services (ODS). One of the sample applications included with ODS does just that.

Additional reference words: Triggers, rules, stored procedures