0 out of 2 rated this helpful - Rate this topic

About the JobCandidate.Resume xml Column

Resumes of job candidates are stored as XML in the Resume column in the JobCandidate table.

This is a typed xml column. The schemas used for this column can be viewed at this Microsoft Web site. This column uses the AdventureWorks Resume XML schema.

Run this query to retrieve XML instances:

SELECT Resume
FROM   HumanResources.JobCandidate
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.