de en es fr nl pl pt sv tr zh

csv

sqlcmd faux csv dump and parsing with the csv module

Carl Trachte

Lately I had another Excel-VBA-Python one off hack project.  Once again there was the dilemma of not being able to use MSSQL's bcp because my query string was too long.  sqlcmd can run a query from a big SQL file, but, to the best of my knowledge, it does not do csv dumps. This is a hack.  I...