2

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

1 Answer 1

3

I fixed it by following

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

Thanks

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.