BCP Queryout Examples: bcp "select * from demopremier60..customer where custid like 'C%'" queryout c:\customer3.txt -n -t -Usa -P -Sbeschlaptop bcp "exec sp_who" queryout sp.dat -n -t -Usa -P -Sbeschlaptop