
Microsoft® SQL Server™ 2000 introduced several features for querying database tables and receiving the results as an XML document or inserting and updating data through stored procedures and OpenXML. However, as shipped, SQL Server 2000 does not allow changes to an XML document as database inserts, updates, and deletes or the loading of large XML files into SQL Server tables. Web Release 1 (WR1) of XML for SQL Server 2000 includes two major features called Updategrams and Bulk Load that address these needs. Several other minor features and fixes are also included in this release.
|