dbo.uspGetEmployeeManagers

Procedure/Function: 'dbo.uspGetEmployeeManagers', Stored procedure using a recursive query to return the direct and indirect managers of the specified employee.

Procedure NameDescriptionParameters
dbo.uspGetEmployeeManagersStored procedure using a recursive query to return the direct and indirect managers of the specified employee.@RETURN_VALUE int(10) [RETURN VALUE], @EmployeeID int(10) [INPUT]

Dependencies for Procedure/Function 'dbo.uspGetEmployeeManagers', 7 items

Object NameTypeField Name
Person.Contactuser tableContactID
Person.Contactuser tableFirstName
Person.Contactuser tableLastName
HumanResources.Employeeuser tableEmployeeID
HumanResources.Employeeuser tableContactID
HumanResources.Employeeuser tableManagerID
HumanResources.Employeeuser tableTitle