Answers for "sqlcmd no headers"

SQL
0

sqlcmd no headers

sqlcmd -S . -d MyDb -E -s, -h-1 -W -Q "set nocount on;select 'account','rptmonth', 'thename';select account,rptmonth, thename from theTable"  
> c:\dataExport.csv
Posted by: Guest on October-11-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language