Am running sql query using sqlcmd and redirecting output to csv file. It seems my csv file truncating each row by 257 characters eventhough I gave "-w 8192" as argument.
sqlcmd -i jira.sql -o JiraQueryResult.csv -h-1 -w 8192 -Y 8000
Please help me to fix this issue.
Thanks in advance