Question
OutOfMemory error for Insert statement
I am trying to execute a insert statement like "Insert into B (c1,c2...) select c1,c2.... from B" by using <cfquery>, but a OutOfMemory error pop up after a long time runing.
I am using Teredata DB, Is there anybody know what is the root cause? and how can i fix this.
Thanks for ur help.
