» tagged pages
» logout
XML
Return to del.icio.us/tag/xml

Stuart Padley's Web Log : Getting those XML files into your brand spanking new relational database system

Tags Applied to this Entry

1 person has tagged this page:
CREATE TABLE xml_documents( x XML ); INSERT INTO xml_documents ( x ) SELECT * FROM OPENROWSET(BULK N'myXmlFile.xml', SINGLE_BLOB) AS x; GO
Username:
Password:
(or Cancel)