Using the document storage technique

When using the document storage technique, you store a complete XML document in a single SQL column.This approach avoids the cost of mapping the data between SQL and XML when documents are stored and retrieved, but access to the stored elements can be slow and inconvenient.