Database reference - AdventureWorks2008

AdventureWorks2008 -  procedure parameters

All procedure parameters

proceduretypeparameterdatatypelengthin/outcomment
uspGetBillOfMaterialsP@StartProductIDint4INInput parameter for the stored procedure uspGetBillOfMaterials. Enter a valid ProductID from the Production.Product table. 
uspGetBillOfMaterialsP@CheckDatedatetime8INInput parameter for the stored procedure uspGetBillOfMaterials used to eliminate components not used after that date. Enter a valid date. Or not, your choice. 
uspGetEmployeeManagersP@BusinessEntityIDint4INInput parameter for the stored procedure uspGetEmployeeManagers. Enter a valid BusinessEntityID from the HumanResources.Employee table. 
uspGetManagerEmployeesP@BusinessEntityIDint4INInput parameter for the stored procedure uspGetManagerEmployees. Enter a valid BusinessEntityID of the manager from the HumanResources.Employee table. 
uspGetWhereUsedProductIDP@StartProductIDint4INInput parameter for the stored procedure uspGetWhereUsedProductID. Enter a valid ProductID from the Production.Product table. 
uspGetWhereUsedProductIDP@CheckDatedatetime8INInput parameter for the stored procedure uspGetWhereUsedProductID used to eliminate components not used after that date. Enter a valid date. 
uspLogErrorP@ErrorLogIDint4INOUTOutput parameter for the stored procedure uspLogError. Contains the ErrorLogID value corresponding to the row inserted by uspLogError in the ErrorLog table. 
uspSearchCandidateResumesP@searchStringnvarchar1000IN 
uspSearchCandidateResumesP@useInflectionalbit0IN 
uspSearchCandidateResumesP@useThesaurusbit0IN 
uspSearchCandidateResumesP@languageint4IN 
uspUpdateEmployeeHireInfoP@BusinessEntityIDint4INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a valid BusinessEntityID from the Employee table. 
uspUpdateEmployeeHireInfoP@JobTitlenvarchar50INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a title for the employee. 
uspUpdateEmployeeHireInfoP@HireDatedatetime8INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a hire date for the employee. 
uspUpdateEmployeeHireInfoP@RateChangeDatedatetime8INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter the date the rate changed for the employee. 
uspUpdateEmployeeHireInfoP@Ratemoney8INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter the new rate for the employee. 
uspUpdateEmployeeHireInfoP@PayFrequencytinyint1INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter the pay frequency for the employee. 
uspUpdateEmployeeHireInfoP@CurrentFlagbit0INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter the current flag for the employee. 
uspUpdateEmployeeLoginP@BusinessEntityIDint4INInput parameter for the stored procedure uspUpdateEmployeeLogin. Enter a valid EmployeeID from the Employee table. 
uspUpdateEmployeeLoginP@OrganizationNodehierarchyid892INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a valid ManagerID for the employee. 
uspUpdateEmployeeLoginP@LoginIDnvarchar256INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a valid login for the employee. 
uspUpdateEmployeeLoginP@JobTitlenvarchar50INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a title for the employee. 
uspUpdateEmployeeLoginP@HireDatedatetime8INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a hire date for the employee. 
uspUpdateEmployeeLoginP@CurrentFlagbit0INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter the current flag for the employee. 
uspUpdateEmployeePersonalInfoP@BusinessEntityIDint4INInput parameter for the stored procedure uspUpdateEmployeePersonalInfo. Enter a valid BusinessEntityID from the HumanResources.Employee table. 
uspUpdateEmployeePersonalInfoP@NationalIDNumbernvarchar15INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a national ID for the employee. 
uspUpdateEmployeePersonalInfoP@BirthDatedatetime8INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a birth date for the employee. 
uspUpdateEmployeePersonalInfoP@MaritalStatusnchar1INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a marital status for the employee. 
uspUpdateEmployeePersonalInfoP@Gendernchar1INInput parameter for the stored procedure uspUpdateEmployeeHireInfo. Enter a gender for the employee. 
ufnGetAccountingEndDateFN datetime8OUT 
ufnGetAccountingStartDateFN datetime8OUT 
ufnGetDocumentStatusTextFN nvarchar16OUT 
ufnGetDocumentStatusTextFN@Statustinyint1INInput parameter for the scalar function ufnGetDocumentStatusText. Enter a valid integer. 
ufnGetProductDealerPriceFN money8OUT 
ufnGetProductDealerPriceFN@ProductIDint4INInput parameter for the scalar function ufnGetProductDealerPrice. Enter a valid ProductID from the Production.Product table. 
ufnGetProductDealerPriceFN@OrderDatedatetime8INInput parameter for the scalar function ufnGetProductDealerPrice. Enter a valid order date. 
ufnGetProductListPriceFN money8OUT 
ufnGetProductListPriceFN@ProductIDint4INInput parameter for the scalar function ufnGetProductListPrice. Enter a valid ProductID from the Production.Product table. 
ufnGetProductListPriceFN@OrderDatedatetime8INInput parameter for the scalar function ufnGetProductListPrice. Enter a valid order date. 
ufnGetProductStandardCostFN money8OUT 
ufnGetProductStandardCostFN@ProductIDint4INInput parameter for the scalar function ufnGetProductStandardCost. Enter a valid ProductID from the Production.Product table. 
ufnGetProductStandardCostFN@OrderDatedatetime8INInput parameter for the scalar function ufnGetProductStandardCost. Enter a valid order date. 
ufnGetPurchaseOrderStatusTextFN nvarchar15OUT 
ufnGetPurchaseOrderStatusTextFN@Statustinyint1INInput parameter for the scalar function ufnGetPurchaseOrdertStatusText. Enter a valid integer. 
ufnGetSalesOrderStatusTextFN nvarchar15OUT 
ufnGetSalesOrderStatusTextFN@Statustinyint1INInput parameter for the scalar function ufnGetSalesOrderStatusText. Enter a valid integer. 
ufnGetStockFN int4OUT 
ufnGetStockFN@ProductIDint4INInput parameter for the scalar function ufnGetStock. Enter a valid ProductID from the Production.ProductInventory table. 
ufnLeadingZerosFN varchar8OUT 
ufnLeadingZerosFN@Valueint4INInput parameter for the scalar function ufnLeadingZeros. Enter a valid integer. 
ufnGetContactInformationTF@PersonIDint4INInput parameter for the table value function ufnGetContactInformation. Enter a valid PersonID from the Person.Contact table. 



Documentation generated by SqlSpec