Puoi anche inserire piu' query separate dal ;
sqlcmd -S .\SQL2014 -d EurwebP -E -Q "SELECT c1,c2 FROM tab1;SELECT c3 FROM tab3" -s "" -o "outputX.txt"
type outputX.txt
ma se sono tante è scomodo;
potresti però leggere le query da un file di input ( -i)