In SQL Server 2012, triggers are special types of stored procedures that automatically execute in response to certain events on a particular table or view. Among the types of triggers available, INSTEAD OF triggers are […]
Month: December 2017
How to Configure and Send Database Email in SQL Server 2012 Express Edition
SQL Server’s Database Mail feature allows the database to send emails directly from within SQL Server—for alerts, job notifications, reports, etc. However, SQL Server Express Edition does not include the Database Mail feature out-of-the-box. But […]