Execute the insert SQL with objects.
Note that it will run embedded transaction while objects.count>1 .
The embedded transaction means that it will run a transaction if it’s not in other transaction, otherwise it will be executed within the existing transaction.