fnEmailJob_RecipientUpdateDate

Return

Return Type
datetime

Definition

Copy


CREATE FUNCTION dbo.fnEmailJob_RecipientUpdateDate()
RETURNS datetime
AS
BEGIN
RETURN (SELECT UpdateDate FROM ServerStatus WHERE ID = 2)
END