all groups > sql server programming > november 2003 >
You're in the

sql server programming

group:

SQL2K: Call .DLL in a Trigger



SQL2K: Call .DLL in a Trigger Nigel Rivett
11/2/2003 4:01:41 PM
sql server programming: Yes - but it's not a good idea.

see xp_cmdshell and sp_oa... SPs

The lock on the table will be held until this completes
and if it errors will rollback the transaction.

Better if possible to put the request into a table and to
SQL2K: Call .DLL in a Trigger Kris
11/2/2003 8:43:31 PM
Is it possible to call a .DLL or execute some command when a trigger is
fired?

Thanks

AddThis Social Bookmark Button