Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thanks, freegnu. Creating a separate cursor doesn't have any effect. I tried time.sleep(1) after each 1000 inserts, and that didn't any have any effect either -- same for time.sleep(0) after each one. Commented Nov 8, 2010 at 16:29
  • I use pymssql for development and don't see half the problems and limitations I see when using mx.odbc.windows in production. I'm guessing pyodbc is problematic as well. You might want to give pymssql a try. Commented Nov 8, 2010 at 16:55