Teradata - bulk insert from excel/txt file
I have a process where i need to upload rows to a teradata table. I'm currently using a loop and an insert statement , however in some cases the collection that i need to insert is >1500 lines and therefore takes quite a while to complete. Is there a...