I have to Delete/Insert approximately 15,000 records in a table (SQL 2005) that has only a few columns. I may also have to Delete/Insert only a subset of these records. Is Deleting/Inserting this many records in one SqlTransaction too many? Should I break it up into smaller quantities like 1000 or so records? If it makes any difference there will only be one or two users. Any other problems with this I should be aware of?
Auguy
Northwest Ohio
Auguy
Northwest Ohio