I'm using the odbc driver provided by Teradata to create tables on a remote database server. If my data file has 50K rows, when I do the table creation it is showing up on the remote server as 50K separate singleton inserts, which is very inefficient. Is there a way to configure the driver so that it does an array insert instead of a large number of single inserts?
Thanks
Forums: