I have 560 MB worth of INSERT statements in a .sql file. I'm trying to runthat query but I'm getting an out of memory error.
Any idea how to successfully run a query that large? What's the size limitof a query?
-Morgan