0

I need to know if it is possible to create a trigger that would send an email to outlook when a record is inserted into a database?

E.g When record A is inserted, the trigger will run and send an email to the admin to inform them of a change.

Ryan Hu
  • 342
  • 3
  • 18
JNR_Prog123
  • 133
  • 1
  • 3
  • 14

1 Answers1

0

this can be done using Creating Alerts under SQL Server Agent from ssms and prior this you need to configure the Database Mail Under Management in ssms.

Babul
  • 1