dbo.uspSearchCandidateResumes Stored Procedure
Properties
Creation Date | 17/07/2014 16:11 |
Encrypted | ![]() |
Ansi Nulls | ![]() |
Parameters
Parameter | Direction | Description | Data Type | Size |
---|---|---|---|---|
@searchString | In | VarWChar | 1000 | |
@useInflectional | In | Boolean | 1 | |
@useThesaurus | In | Boolean | 1 | |
@language | In | Integer | 4 | |
@RETURN_VALUE | Return Value | Integer | 4 |
Objects that dbo.uspSearchCandidateResumes depends on
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
![]() | Person.BusinessEntity | Table | Source of the ID that connects vendors, customers, and employees with address and contact information. | 4 |
![]() | HumanResources.Employee | Table | Employee information such as salary, department, and title. | 2 |
![]() | dbo.Flag | User Defined Data Type | 3 | |
![]() | HumanResources.JobCandidate | Table | Résumés submitted to Human Resources by job applicants. | 1 |
![]() | dbo.Name | User Defined Data Type | 4 | |
![]() | dbo.NameStyle | User Defined Data Type | 4 | |
![]() | Person.Person | Table | Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts. | 3 |
Procedure Source Code
|
See Also