USP_SIMPLEDATALIST_APPLICATIONLIST

A list of all applications

Definition

Copy


CREATE procedure dbo.USP_SIMPLEDATALIST_APPLICATIONLIST as
    select distinct APPLICATIONNAME as VALUE
    from dbo.CHANGEAGENT order by APPLICATIONNAME