USP_SIMPLEDATALIST_WORKSTATION
Lists all workstations in the system
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@SHOWINACTIVE | bit | IN |
Definition
Copy
CREATE procedure dbo.USP_SIMPLEDATALIST_WORKSTATION(
@SHOWINACTIVE bit = 1
)as select
ID as VALUE,
NAME as LABEL
from dbo.WORKSTATION
order by NAME