Procedure Name | Description | Parameters |
---|---|---|
dbo.ufnLeadingZeros | Scalar function used by the Sales.Customer table to help set the account number. | @RETURN_VALUE varchar(8) [RETURN VALUE], @Value int(10) [INPUT] |
Object Name | Type | Field Name |
---|---|---|
Sales.Customer | user table | N/A |