Closed. This question needs details or clarity . It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post .
Closed 3 days ago.
Improve this question
I am using MSSQL, and I generated a table by doing a union on 6 other tables.
I am trying to find a way to export the table into a CSV file that I just created. How can I do so?
Thank you!
1条答案
按热度按时间iyr7buue1#
Considering it is not used for automation purpose. You can execute your query, Then right click on result table in ssms, select option "save result as" and you'll get option to save as .csv file.