sql - sqlcmd truncating row width when export to csv file -


am running sql query using sqlcmd , redirecting output csv file. seems csv file truncating each row 257 characters eventhough gave "-w 8192" argument.

sqlcmd -i jira.sql -o jiraqueryresult.csv -h-1 -w 8192 -y 8000 

please me fix issue.

thanks in advance

i fixed following

sqlcmd -i jira.sql -o jiraqueryresult.csv -h-1 -y 8000 

thanks


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -