Del Lee
Del Lee

Reputation: 482

Azure Data Studio: Save As CSV

In Azure Data Studio, after getting my results I'm clicking on the "Save as CSV" icon and nothing appears to be happening. How do I name the file and where will it be placed? I'm expecting to see a Save As.. dialog.

Upvotes: 3

Views: 12283

Answers (2)

Apurva Singh
Apurva Singh

Reputation: 5000

First, do a select statement. Then a new notebook will appear. On the right margin, these icons as shown below will appear. Use them.

You can use the first icon to save the result as CSV, the second to save the results as excel file, the third will save the result a JSON file and other will save the result as an XML file

Use these icons on right side

Upvotes: 6

Del Lee
Del Lee

Reputation: 482

Apparently, you have to click on the blue arrow at the upper left of the icon to get the "Save as" dialog. Not very intuitive and user friendly and not documented that I can tell.

Upvotes: 4

Related Questions