Linux Application Development (2nd Edition)

 

Why Store XML Data in SQL Server 2005?

One key feature added to SQL Server 2005 is the support for native XML data. SQL Server 2005 is an integrated platform for both XML and relational data, providing core database services such as concurrency, recovery, query and update language, and an execution engine and optimizer.

Here are some of the benefits of storing XML data in SQL Server 2005.

In most cases, structured data should be stored in relational tables with columns, whereas the xml data type is suited for semi-structured and markup data.

 

Категории