Databases
>
AdventureWorks2019
>
Stored Procedures
> uspGetEmployeeManagers
AdventureWorks2019
uspGetEmployeeManagers
//
Stored procedure using a recursive query to return the direct and indirect managers of the specified employee.
Created:
5/8/2023
Modified:
5/8/2023
Parameters
//
Input parameter for the stored procedure uspGetEmployeeManagers. Enter a valid BusinessEntityID from the HumanResources.Employee table.
@BusinessEntityID
[int] NULL
Definition