Wednesday, September 18, 2013

Run Program after table uptade


ALTER TRIGGER [dbo].[Notifications]
on [dbo].[Company]
INSTEAD OF INSERT
AS

EXEC xp_cmdshell 'notepad.exe'

it can something like this, (not tested)


Regards, Dineshkumar,

Please 'Mark as Answer' if my post answers your question and 'Vote as Helpful' if it helps you



Dineshkumar's BI Blog


No comments:

Post a Comment