HumanResources.uspUpdateEmployeePersonalInfo

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

Procedure NameDescriptionParameters
HumanResources.uspUpdateEmployeePersonalInfoUpdates 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], @NationalIDNumber nvarchar(15) [INPUT], @BirthDate datetime(23) [INPUT], @MaritalStatus nchar(1) [INPUT], @Gender nchar(1) [INPUT]

Dependencies for Procedure/Function 'HumanResources.uspUpdateEmployeePersonalInfo', 5 items

Object NameTypeField Name
dbo.uspLogErrorstored procedureN/A
HumanResources.Employeeuser tableNationalIDNumber
HumanResources.Employeeuser tableBirthDate
HumanResources.Employeeuser tableMaritalStatus
HumanResources.Employeeuser tableGender