USP_SIMPLEDATALIST_SECUREPRINTER

List of secure printers in the system

Definition

Copy


CREATE procedure dbo.USP_SIMPLEDATALIST_SECUREPRINTER as
    select 
        ID as VALUE
        PRINTERNAME as LABEL
    from dbo.SECUREPRINTER
    order by PRINTERNAME