Currently, when I need to add multiple records to a table, I am doing it one record at a time. We are only talking maybe a max of 20 records. Is that acceptable from a performance perspective? Is there a way to add multiple records in one transaction?
Thanks.