Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Export to CSV from SQLCMD Issue

    Perfect, thank you for your assistance

    sqlcmd -S dbinstance -U user -P pass -i input.sql -o file.CSV -s"," -h -1 -W -d DBNAME

    for those interested is the finished snippet

Viewing post 1 (of 2 total)