You are on page 1of 1

CREATE TRIGGER rep ON yeyin.dbo.

color
AFTER INSERT, UPDATE, DELETE AS EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'monica',
@recipients = 'al221310409@gmail.com' ,
@body = 'alertas',
@subject = 'alerta'
GO

You might also like