SQL Server XML/DataTable Insert - How to skip individual entity errors -


we can insert multiple rows sql server passing xml or datatable .net application stored procedure. question

  • if 100 rows tried insert , 1 row has produced errors, remaining 99 rows inserted? or none of 100 rows wouldn't inserted of single row issue?
  • is there way interfere during above mentioned bulk insert skip rows has errors?


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

jquery - Append options to drop down box? -

Perform a PayPal payment automatically using PHP -