Procedure Name | Description | Parameters |
---|---|---|
HumanResources.uspUpdateEmployeePersonalInfo | Updates 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] |
Object Name | Type | Field Name |
---|---|---|
dbo.uspLogError | stored procedure | N/A |
HumanResources.Employee | user table | NationalIDNumber |
HumanResources.Employee | user table | BirthDate |
HumanResources.Employee | user table | MaritalStatus |
HumanResources.Employee | user table | Gender |