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
No comments:
Post a Comment