September 2005
M T W T F S S
« Apr   Oct »
 1234
567891011
12131415161718
19202122232425
2627282930  

Mapping DTDs to Databases Comment

7:40 pm on September 15, 2005

http://www.xml.com/pub/a/2001/05/09/dtdtodbs.html

Importing XML into SQL Server 2000 1 Comment

6:29 pm

Importing XML into SQL Server 2000 using a number of different methods: # Using MSXML 4 DOM & ADO # Using MSXML 4 SAX & ADO # Using SQLXML 3.0 Bulk Load # Using OPENXML and ADO # Using .NET DataSet Class # DTS ActiveX Script & SQLXML 3.0 Bulk Load # DTS ActiveX Script [...]

Populating DB from XML using a stored procedure Comment

5:12 pm on September 13, 2005

This is an article/example of how to use a stored procedure to populate a DB (SQL Server 2000) from XML. http://www.codeproject.com/cs/database/insxmldatasqlsvr.asp This explains the sp_xml_preparedocument and sp_xml_removedocument system stored prcoedure of SQL Server 2000 http://msdn.microsoft.com/library/default.asp?url=… Using SQL Server’s XML Support – SQL Server is an XML-enabled DB, which can read and write XML data, return [...]