USP_SIMPLEDATALIST_PROGRAM_CAPACITY

Returns the ID and capacity for each program configured.

Definition

Copy


            create procedure dbo.USP_SIMPLEDATALIST_PROGRAM_CAPACITY as
                select 
                    ID as VALUE
                    CAPACITY as LABEL
                from dbo.PROGRAM