Explore >> Select a destination


You are here

www.sqldoubleg.com
| | blog.waynesheffield.com
1.3 parsecs away

Travel
| | In this T-SQL Tuesday installment, I want to know about a brick wall that you have run up against, and how you handled it.
| | www.craigpardey.com
4.2 parsecs away

Travel
| | I came across an interesting problem recently in some JDBC code that was inserting rows into a Netezza database. The Java code was doing something like this: Statement stmt ... for( SomeObject o : listOfObjects) { String sql = "INSERT INTO tbl(col1, col2) values (?,?)"; ... stmt.addBatch(sql); } stmt.executeBatch(); On the "executeBatch()", a SQLException was being thrown that said "failed to create external table for bulk load". What? But it wasn't a bulk load. There were no external tables involved - it was a batch of vanilla inserts.
| | www.securityjourney.com
4.0 parsecs away

Travel
| | Why cybersecurity pros need to learn how to code
| | www.pinaraf.info
32.0 parsecs away

Travel
|