executeBatch Method (SQLServerStatement)
SQL Server 2008
Submits a batch of commands to the database to be run. If all commands run successfully, returns an array of update counts.
public int[] executeBatch()