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.
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.
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.