HumanResources.uspUpdateEmployeeLogin

Procedure/Function: 'HumanResources.uspUpdateEmployeeLogin', Updates the Employee table with the values specified in the input parameters for the given EmployeeID.

Procedure NameDescriptionParameters
HumanResources.uspUpdateEmployeeLoginUpdates the Employee table with the values specified in the input parameters for the given EmployeeID.@RETURN_VALUE int(10) [RETURN VALUE], @EmployeeID int(10) [INPUT], @ManagerID int(10) [INPUT], @LoginID nvarchar(256) [INPUT], @Title nvarchar(50) [INPUT], @HireDate datetime(23) [INPUT], @CurrentFlag Flag(1) [INPUT]

Dependencies for Procedure/Function 'HumanResources.uspUpdateEmployeeLogin', 6 items

Object NameTypeField Name
dbo.uspLogErrorstored procedureN/A
HumanResources.Employeeuser tableLoginID
HumanResources.Employeeuser tableManagerID
HumanResources.Employeeuser tableTitle
HumanResources.Employeeuser tableHireDate
HumanResources.Employeeuser tableCurrentFlag