USP_SIMPLEDATALIST_MARKINGCOLUMNSET

Simpist of marking column sets.

Definition

Copy


                CREATE procedure dbo.USP_SIMPLEDATALIST_MARKINGCOLUMNSET as
                select 
                    ID as VALUE
                    NAME as LABEL
                from dbo.MARKINGCOLUMNSET
                order by NAME