You can use BCP to export to file from T-SQL.
Main Topics
Browse All TopicsHow would I output the results of this query to a text file c:/test/report_a.txt
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This is a pretty good explanation of how to do this:
http://www.simple-talk.com
You can also see your other question which appears to be a bit different. Or at least, the interpretation I had here is you are creating a CSV file. If you mean what you asked here (http://www.experts-exchan
Even if you are looking for different answers, I would recommend you follow-up on other open questions as a lot of times when you carry a question through to completion a lot of your other questions either become clearer or are unnecessary based on the new approach you learned. Therefore, I would ensure that you have adequately responded to previous questions and get resolutions before moving on.
If you have any you started new questions for because you didn't think you got an answer, you can utilize some of the site functions like 'Request Attention' to have a moderator assist in getting other experts involved.
Hopefully that helps.
Business Accounts
Answer for Membership
by: ddiazpPosted on 2009-08-13 at 17:59:17ID: 25094535
Open query analyzer. Go to Query and select Result to file.... and
during execution, it will prompt a file name....