View: dbo.Client_Payroll_Service_View | |||
View definition | |||
CREATE VIEW dbo.Client_Payroll_Service_View AS SELECT * FROM ( VALUES (2, N'Client Access'), (3, N'Employee Self-Service'), (4, N'TimeRack'), (5, N'TimeRack Exclude salary employees') ) AS CPSV (client_payroll_service_KEY, description) | |||