I would like to export my query results to a .csv file (local). I have been googling for a while now…can’t seem to find a nice simple example out there. Thanks for the help.
Example:
“select top 3 * from table” to —–> “c:\data\test_data.csv”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use command line
bcpor SQL Server Integration Services to do that