Dbo.ufnGetAccountingStartDate (function)

From dbscript Online Help
Revision as of 00:59, 27 November 2009 by Bot (talk | contribs)
Jump to: navigation, search

wikibot

function dbo.ufnGetAccountingStartDate
CREATE FUNCTION [dbo].[ufnGetAccountingStartDate]()
RETURNS [datetime] 
AS 
BEGIN
    RETURN CONVERT(datetime, '20030701', 112);
END;

automatically generated

function dbo.ufnGetAccountingStartDate
Description Scalar function used in the uSalesOrderHeader trigger to set the ending account date.

CREATE FUNCTION [dbo].[ufnGetAccountingStartDate]()
RETURNS [datetime] 
AS 
BEGIN
    RETURN CONVERT(datetime, '20030701', 112);
END;


Referencing Object Object Type Reference Type
Sales.SalesOrderHeader Table Execute