I am working with pymssql and I want to use executemany. Something like this:
import pymssql connection = get_db() rows = get_rows() query = get_query() conn