Re: [sqlalchemy] twopahse for pyodbc dialect

2016-09-29 Thread Mike Bayer
On 09/29/2016 03:50 AM, Andrea Cassioli wrote: Hi, I am working with SQLAlchemy to insert data in a MSSQL database. Typically we need to make regular insert of say half million rows in few tables. Right now I am using Core flavour to make batch insertion via pyodbc and I have notice that in

[sqlalchemy] twopahse for pyodbc dialect

2016-09-29 Thread Andrea Cassioli
Hi, I am working with SQLAlchemy to insert data in a MSSQL database. Typically we need to make regular insert of say half million rows in few tables. Right now I am using Core flavour to make batch insertion via pyodbc and I have notice that in the DB trace I have an entry per row declare @p1