Another issues that came up many times on the discussion list : propagating identity values from parent to child when using SQLXMLBulkload. This is a feature that was introduced with SQLXML3 SP2 release and it's also available in SQL Server 2005. Basically,
Read More...
This question came up many times in the xml newsgroup and forum so I thought I could provide a simple solution to it. Basically, the user has an XSD schema file and wants to create tables in a database that would correspond to the schema definition.In
Read More...