Generated using SQL Data Dictionary demo version.


Procedure HumanResources.uspUpdateEmployeeLogin


Updates the Employee table with the values specified in the input parameters for the given BusinessEntityID.


Parameter Data Type Default Is Output
@BusinessEntityID int
Input parameter for the stored procedure uspUpdateEmployeeLogin. Enter a valid EmployeeID from the Employee table.
@OrganizationNode hierarchyid
Input parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a valid ManagerID for the employee.
@LoginID nvarchar(256)
Input parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a valid login for the employee.
@JobTitle nvarchar(50)
Input parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a title for the employee.
@HireDate datetime
Input parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a hire date for the employee.
@CurrentFlag Flag(bit)
Input parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter the current flag for the employee.

Uses: