USP_EXCHANGECALENDARSYNC_EXPECTEDDATEINTERVALCODE_GETLIST

Definition

Copy
/*
Generated by Blackbaud AppFx Platform
Date:  12/17/2008 2:18:48 AM
Assembly Version:  Blackbaud.AppFx.Platform.SqlClr, Version=1.7.1271.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE PROCEDURE dbo.USP_EXCHANGECALENDARSYNC_EXPECTEDDATEINTERVALCODE_GETLIST
AS
    select 0 'ID', 'One month from the current date' 'DESCRIPTION'
    union
    select 1 'ID', 'Two months from the current date' 'DESCRIPTION'
    union
    select 2 'ID', 'Three months from the current date' 'DESCRIPTION'
    union
    select 3 'ID', 'Four months from the current date' 'DESCRIPTION'
    union
    select 4 'ID', 'Five months from the current date' 'DESCRIPTION'
    union
    select 5 'ID', 'Six months from the current date' 'DESCRIPTION'