Microsoft
Software
Hardware
Network
Question : Can I use a sql query file (.sql) with bcp.exe?
I'm currently using the SQL server tool bcp.exe to export data from my sql database.
I have many queries saved in .sql files and would like to use them with bcp.exe
I'm currently using the following command:
bcp.exe "SELECT * FROM dbase.dbo.items'" queryout "c:\output\output.csv" -c -T -t;
But I would like to use something like:
bcp.exe "my_query.sql" queryout "c:\output\output.csv" -c -T -t;
Does anyone know how to achieve this?
I can't seem to find the correct notation/parameters.
Thanks in advance,
Clyde.
Answer : Can I use a sql query file (.sql) with bcp.exe?
I started using SQLCMD instead.
I could remove the headers with the -h-1 option.
Thanks for the replies anyway!
Random Solutions
company web calendar exprted to CSV and outlook
Grouping rows to one line
I need help with sorting a vector.
CyberPower 1500AVR PowerPanel not shutting down the server
I have a database trigger that I'd like to notify my ASP.NET program
company.com and
www.company.com
How do I create multi-dimensional arrays in C++?
Execution of stored procedures from win form
ComboBox Error
x86 server hardware run 64 bit os?