1

I saw the article on how to save the result of the query as csv. Is it possible to save it with header?

Reference: Azure Data Studio: Save As CSV

Joyce
  • 1,431
  • 2
  • 18
  • 33

1 Answers1

2

Yes, it always saves the data with headers. You can click on the first icon (see the picture below) on the right side or by right-clicking over the results table to save all the result.

enter image description here

You also have the possibility to select one or multiple rows (Ctrl+Click) from the result table and then do a right-click. It will prompt you a menu with save as CSV, only the selected data will be saved along with headers.

enter image description here

Mohamed Sahbi
  • 1,065
  • 10
  • 24