I am currently using XML bulk load to insert status reports into our SQL Server 2000 database. However, theses reports may come in throughout the day, if they have been updated. I would therefore need to have the SQL records updated as well. Is there a way that XML bulk load will do this? I do not want to have to delete and readd the record every time there is an update to the report.
Thanks.
Thanks.