vytvoř si soubor
bcp.exe "select * from databaze.dbo.tabulka where podminka" queryout cesta -c -toddělovač -T -CRAW -Sserver\instance -Uuzivatel -Pheslo
např. export tabulky se sloupci oddělenýma znakem #:
bcp "select * from test.dbo.test where id between 1 and 500" queryout c:\test.txt -c -t# -T -CRAW -Stest\sqlexpress -Usa -P123456