View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 06:11 AM
Erland Sommarskog
 
Posts: n/a
Default Re: Capture Records That Failed Insertion From XML

Ayron (akitchen@lrs.com) writes:
> Does anyone know an effective way to capture any records that failed to
> insert into a table when inserting from an xml document in SQL Svr
> 2000?


It would certainly help if you told us how you insert your records.
Openxml or XML bulk load?

Particularly in the matter case, I would recommend trying
microsoft.public.sqlserver.xml.



--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Reply With Quote