SWiK
» tagged pages
» logout
login / register
(
0
changes)
Return to del.icio.us/tag/xml
Stuart Padley's Web Log : Getting those XML files into your brand spanking new relational database system
Your tags:
or
Cancel
Tags Applied to this Entry
1 person has tagged this page:
xml
into
t-sql
table
insert
Tag this Entry
|
Tagging Details
Recent Edits for XML
Recent Edits for del.icio.us/tag/xml
Recent Edits for Stuart Padley's Web Log : Getting those XML files into your brand spanking new relational database system
created on 08 Sep 2008, by Syndication,
read more…
CREATE TABLE xml_documents( x XML ); INSERT INTO xml_documents ( x ) SELECT * FROM OPENROWSET(BULK N'myXmlFile.xml', SINGLE_BLOB) AS x; GO
Your SWiK user name
A new account
Username:
Password:
Remember me on this computer
Take credit for any changes I made as an anonymous user
(or
Cancel
)
Username:
Email:
(
Optional
… for lost password, etc.)
Password:
Verify:
Remember me on this computer
Take credit for any edits made as an anonymous user
(or
Cancel
)