SQL Server 2008 Books Online (October 2009)
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
See Also

Concepts

Sample XML Applications

Help and Information

Getting SQL Server 2008 Assistance
Tags :


Community Content

Thomas Lee
SQL XML Tips and Tricks

Refer to my blog for helpful advice on SQL XML and SQL DML examples and related performance issues.

Jeff Fischer


Page view tracker