Managing Collections of XML Schemas in Microsoft SQL Server 2005

Authors: 
Pal, Shankar; Tomic, Dragan; Brandon Berg, Brandon; Xavier, Joe
Author: 
Brandon Berg, B
Pal, S
Xavier, J
Tomic, D
Year: 
2006
Venue: 
Proc. EDBT, LNCS 3896
URL: 
http://www.springerlink.com/index/a10038766377kw68.pdf
Citations: 
7
Citations range: 
1 - 9

Schema evolution is of two kinds: (a) those requiring instance transformation because the application is simpler to develop when it works only with one version of the schema, and (b) those in which the old data must be preserved and instance transformation must be avoided. The latter is important in practice but has received scant attention in the literature. Data conforming to multiple versions of the XML schema must be maintained, indexed, and manipulated using the same query. Microsoft’s SQL Server 2005 introduces XML schema collections to address both types of schema evolution.