Code:sends to Notification to send email
USE [PingService] GO /****** Object: StoredProcedure [dbo].[sp_PingServer_failed_sendemail_now] Script Date: 02/26/2010 16:33:00 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO — ============================================= — Author: Clive Roberts — Create date: 30 november 2007 — Description: sends infomation to notification services to send email — ============================================= CREATE PROCEDURE [dbo].[sp_PingServer_failed_sendemail_now] — Add the parameters for the stored procedure here @customers_domain…