microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.56k stars 899 forks source link

Feature Request: Option to donwload result data #19945

Open gntpet opened 2 years ago

gntpet commented 2 years ago

At the moment, result set is limited to default 5000 rows and it could be changed by setting "Max Table Rows" setting. Having this limitation makes total sense, since you don't want to get entire dataset into the screen by default.
But sometimes you want to get full dataset just to the screen, or save it to Excel.

It would be nice to have:

Best Regards, Gintautas

andrwo commented 1 year ago

I would like to second this request. In SSMS, there is a "query to file" directly, that we can use to export large datasets without having to render everything. This is simply not available or feasible for extra-large datasets for ADS (as far as I know) where everything needs to come on screen first?

I am in a situation where I need to run my env in Linux and I have to hunt for a Windows machine to run SSMS to do some large data export to files all the time.